(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+)) od='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services.scm
AgeCommit message (Expand)Author
2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal
2022-08-30services: provenance: Use 'current-channels' to obtain provenance data....Ludovic Courtès
2022-05-29gnu: services: Update setuid service description....Tobias Geerinckx-Rice
2022-05-18services: Make <service-type> 'description' field mandatory....Ludovic Courtès
2022-05-18services: Add more description fields....Ludovic Courtès
2022-03-10services: startup: Add description....Ludovic Courtès
2021-11-27services: Document the 'delete' clause of 'modify-services'....Ludovic Courtès
2021-08-12system: Handle 'setuid-programs' deprecation handling as a field sanitizer....Ludovic Courtès
2021-07-29services: setuid: More configurable setuid support....Chris Lemmer-Webber
2021-05-11gnu: Allow services to install kernel-loadable modules....raid5atemyhomework
2021-04-12services: Support DELETE in MODIFY-SERVICES macro....Ricardo Wurmus
2021-03-09gnu: services: Add activate script to the profile system directory....Brice Waegeneire