[ { "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": "mirror://gnu/hello/hello-2.10.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/tests/guix-build-branch.sh
AgeCommit message (Expand)Author
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2022-10-22tests: 'guix build --with-commit' output no longer refers to the tag ID....Ludovic Courtès
2023-03-03services: desktop: Deprecate 'accountsservice-service' procedure....Bruno Victal
2023-03-03services: desktop: Deprecate 'elogind-service' procedure....Bruno Victal
2022-11-17tests: lightdm: Use set-xorg-configuration to set keyboard layout....Maxim Cournoyer
2022-08-28services: Add lightdm-service-type....Maxim Cournoyer