guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions about packaging


From: Danny Milosavljevic
Subject: Re: Questions about packaging
Date: Sat, 12 Oct 2019 12:49:17 +0200

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: pgpTFlmPiqhgp.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]