[ { "name": "myhello", "version": "2.10", "source": "mirror://gnu/hello/hello-2.10.tar.gz", "build-system": "gnu", "arguments": { "tests?": false } "home-page": "https://www.gnu.org/software/hello/", "synopsis": "Hello, GNU world: An example GNU package", "description": "GNU Hello prints a greeting.", "license": "GPL-3.0+", "native-inputs": ["gettext"] }, { "name": "greeter", "version": "1.0", "source": "https://example.com/greeter-1.0.tar.gz", "build-system": "gnu", "arguments": { "test-target": "foo", "parallel-build?": false, }, "home-page": "https://example.com/", "synopsis": "Greeter using GNU Hello", "description": "This is a wrapper around GNU Hello.", "license": "GPL-3.0+", "inputs": ["myhello", "hello"] } ] n value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
8a157efe8710a'>system: Add privileged-programs to <operating-system>....
AgeCommit message (Expand)Author
2024-03-11etc: systemd services: switch to "journal" for output and error logging....Vagrant Cascadian
2022-10-23etc: systemd services shouldn't ‘RemainAfterExit’....Tobias Geerinckx-Rice
2022-10-23etc: Add ‘Restart=always’ to both systemd services....Tobias Geerinckx-Rice
Tobias Geerinckx-Rice
2024-08-11services: Rename setuid-program-service-type....Tobias Geerinckx-Rice
2024-08-11build: Rename activate-setuid-programs....Tobias Geerinckx-Rice
2024-08-11services: setuid-program: Populate /run/privileged/bin....Tobias Geerinckx-Rice
2024-03-22system, home: Validate ‘services’ field value....Ludovic Courtès
2024-02-19services: activation: Ensure /var/run existence....Nicolas Graves
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-08-31gnu: services: Revert to deleting and updating all matching services...Brian Cully
2023-08-20services: Define 'for-home'....Ludovic Courtès
2023-06-06services: Check if service is #f before applying clause....Josselin Poiret
2023-06-06services: 'modify-services' preserves service ordering....Ludovic Courtès
2023-06-02services: Error in MODIFY-SERVICES when services don't exist...Brian Cully
2023-05-16services: Add default values....Andrew Tropin
2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal