(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+)) nput type='hidden' name='id' value='584e07ee83eece1f3f55e894c5e6dd062ba7116a'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/ci.scm
AgeCommit message (Expand)Author
2019-12-01ci: Make sure the Guix checkout is the one providing Cuirass proc....Clément Lassieur
2019-11-13tests: "make check-system" uses Guix built with (guix self)....Ludovic Courtès
2019-08-26ci: Try hard to build package replacements....Ludovic Courtès
2019-08-14gnu: mingw: Add x86_64 support....Carl Dong
2019-07-06ci: 'channel-build-system' honors the target system....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès
2019-01-21ci: Skip system tests on armhf-linux....Ludovic Courtès
2019-01-20ci: Use a valid 'current-guix'....Ludovic Courtès
2019-01-06hydra: Compute jobs in an inferior....Ludovic Courtès
2019-01-06hydra: Move job definitions to (gnu ci)....Ludovic Courtès