diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-21 15:56:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-21 15:56:43 +0100 |
commit | 3dc1970ddad359dda72899ec18dcba188c2b4414 (patch) | |
tree | 7111d764e8eaa49460ee712bd779c60f94ed8a8e /HACKING | |
parent | dce3a40bae7eaa65fd2cecb624aa530d0b0e3521 (diff) | |
download | patches-3dc1970ddad359dda72899ec18dcba188c2b4414.tar patches-3dc1970ddad359dda72899ec18dcba188c2b4414.tar.gz |
doc: Document basic package definitions.
* doc/guix.texi (Programming Interface): Add introduction.
(Defining Packages): Populate.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |