(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+)) method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-pack.sh
AgeCommit message (Expand)Author
2023-10-28tests: Adjust to cope with glibc graft.Ludovic Courtès
2023-04-21tests: Fix checks for expected failures.Eric Bavier
2023-02-27pack: Adjust shell tests to read-only tarball root.Ludovic Courtès
2022-11-15shell: Detect --symlink spec problems early.Maxim Cournoyer
2022-05-25tests: Fix wrong target triplets.Josselin Poiret
2022-02-18profiles: 'profile-derivation' rejects unsupported packages.Ludovic Courtès
2020-09-28tests: Simplify shell exit status negation;Eric Bavier
2020-05-14store: 'mapm/accumulate-builds' preserves '%current-target-system'.Ludovic Courtès
2020-03-31pack: Adjust test to '--dry-run' changes.Ludovic Courtès