[ { "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"] } ] lue='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/boot-parameters.scm
AgeCommit message (Expand)Author
2022-08-28tests: Add test for menu-entry roundtrips as sexps....Josselin Poiret
2022-03-16system: Improve 'read-boot-parameters' incompatibility diagnostic....Ludovic Courtès
2022-03-01system: Add a version field to the <boot-parameters> record....Maxim Cournoyer
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2020-12-21system: Allow separated /boot and encrypted root....Miguel Ángel Arruga Vivas
2020-11-01system: Add store-directory-prefix to boot-parameters....Miguel Ángel Arruga Vivas
2020-10-18system: Add locale to boot-parameters....Miguel Ángel Arruga Vivas