guix-devel
[Top][All Lists]
Advanced

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

Re: Questions about packaging


From: Tanguy Le Carrour
Subject: Re: Questions about packaging
Date: Mon, 14 Oct 2019 09:53:16 +0200
User-agent: NeoMutt/20180716

Le 10/12, Danny Milosavljevic a écrit :
> 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

I'll try to use the vocabulary (variable/package) properly from now on!


-- 
Tanguy



reply via email to

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