(use-modules (guix) (guix build-system gnu) (guix licenses)) (package (name "hello") (version "2.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hello/hello-" version ".tar.gz")) (sha256 (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i")))) (build-system gnu-build-system) (synopsis "Hello, GNU world: An example GNU package") (description "Guess what GNU Hello prints!") (home-page "http://www.gnu.org/software/hello/") (license gpl3+)) uix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-11-11 22:43:14 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-11-17 15:20:03 -0500
commitac96f2c8369c13dd7d27878ad9426fcda140ef3a (patch)
tree1b61d23662edd3a9404b700823ee9ef6e151b525 /doc
parentb0afa3c5f6fc3dc84779be64d03cdff4ab295a33 (diff)
downloadguix-ac96f2c8369c13dd7d27878ad9426fcda140ef3a.tar.gz
guix-ac96f2c8369c13dd7d27878ad9426fcda140ef3a.zip
doc: Detail which bootloader get used with disk-image or vm-image.
* doc/guix.texi (Invoking guix system): Extend doc.
Diffstat (limited to 'doc')