(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/etc/guix-daemon.cil.in
de.texi: Remove file. * doc/contributing.es.texi: Remove file. * doc/contributing.fr.texi: Remove file. * doc/contributing.zh_CN.texi: Remove file. * doc/guix.de.texi: Remove file. * doc/guix.es.texi: Remove file. * doc/guix.fr.texi: Remove file. * doc/guix.zh_CN.texi: Remove file. * .gitignore: Add them. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
AgeCommit message (Expand)Author
2020-12-10etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-27etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-26etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-25etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-15etc: Updates for the guix-daemon SELinux policy....Daniel Brooks
2019-09-08etc: Remove references to libexec/guix* from SELinux policy....Ludovic Courtès