mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: Document basic package definitions.
* doc/guix.texi (Programming Interface): Add introduction. (Defining Packages): Populate.
This commit is contained in:
parent
dce3a40bae
commit
3dc1970dda
2 changed files with 151 additions and 3 deletions
4
HACKING
4
HACKING
|
@ -19,8 +19,8 @@ Package recipes in Guix look like this:
|
|||
(version "2.5")
|
||||
(source
|
||||
(origin
|
||||
(method http-fetch)
|
||||
(uri (string-append "http://ftp.gnu.org/gnu/nettle/nettle-"
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/nettle/nettle-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue