(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+)) /a>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/source-manifest.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-04-21 21:53:29 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-25 11:47:51 +0200
commit11f078a1fb332c1ec242e1defe4c66b4f5ef5de6 (patch)
treebd4216059c2b554bc2a76147955d30cf97b98fe8 /etc/source-manifest.scm
parent26cdc7be84623b1e99d0d0f85124c7d4b4469c00 (diff)
downloadguix-11f078a1fb332c1ec242e1defe4c66b4f5ef5de6.tar.gz
guix-11f078a1fb332c1ec242e1defe4c66b4f5ef5de6.zip
gnu: Add trurl.
* gnu/packages/curl.scm (trurl): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'etc/source-manifest.scm')
0 files changed, 0 insertions, 0 deletions