From: Danny Milosavljevic <dannym@scratchpost.org>
To: Tanguy Le Carrour <tanguy@bioneland.org>
Cc: Guix <guix-devel@gnu.org>
Subject: Re: Questions about packaging
Date: Sat, 12 Oct 2019 12:49:17 +0200 [thread overview]
Message-ID: <20191012124917.3170d8c7@scratchpost.org> (raw)
In-Reply-To: <20191012124116.6f842667@scratchpost.org>
[-- Attachment #1: Type: text/plain, Size: 415 bytes --]
Also, in
(define-public icedtea-6
(package
[...]
))
"icedtea-6" is a variable name (in the programming language Guile).
The package name is there:
[...]
(package
(name "icedtea") <-----
)
We don't have version numbers in package names--but you can request
a specific version by
$ guix package -i xxx@1.2.3
^^^ ^^^^^ package version
package name
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2019-10-12 10:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-09 9:56 Questions about packaging Tanguy Le Carrour
2019-10-10 0:41 ` Danny Milosavljevic
2019-10-11 7:42 ` Tanguy Le Carrour
2019-10-12 10:41 ` Danny Milosavljevic
2019-10-12 10:49 ` Danny Milosavljevic [this message]
2019-10-14 7:53 ` Tanguy Le Carrour
2019-10-14 7:51 ` Tanguy Le Carrour
2019-10-18 17:16 ` Marius Bakke
2019-10-21 9:23 ` Tanguy Le Carrour
2019-10-21 9:34 ` Gábor Boskovits
2019-10-23 18:10 ` Marius Bakke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191012124917.3170d8c7@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=guix-devel@gnu.org \
--cc=tanguy@bioneland.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.