(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+)) > Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home.scm
vail'>...
AgeCommit message (Expand)Author
2021-12-19home: Add gexp-compiler for home-environments....Andrew Tropin
2021-10-09Move (gnu home-services) to (gnu home services)....Oleg Pykhalov
2021-10-08gnu: Move (gnu home-services) to (gnu home services)....Oleg Pykhalov
2021-09-09gnu: home: Add doc comment about the module....Andrew Tropin
2021-09-09home: Add home-environment....Andrew Tropin
Ludovic Courtès
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-30import: pypi: Honor the 'upstream-name' package property....Xinglu Chen
2021-07-11import: pypi: Emit new-style package inputs....Ludovic Courtès
2020-07-25utils: Remove compatibility re-export of 'memoize'....Ludovic Courtès
2020-04-27tests: Remove trailing commas in JSON tests....Ludovic Courtès
2020-03-12import: pypi: Rewrite to use 'define-json-mapping'....Ludovic Courtès