[ { "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"] } ] s'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/utils.scm
AgeCommit message (Expand)Author
2018-05-13utils: Add 'version-prefix?'....Ludovic Courtès
2018-05-10union: Add 'relative-file-name'....Ludovic Courtès
2017-03-16utils: Move base16 procedures to (guix base16)....Ludovic Courtès
2016-10-07utils: Support defaults in substitute-keyword-arguments....Eric Bavier
2016-10-07utils: Fix default-keyword-arguments....Eric Bavier
2016-05-06utils: Move 'fcntl-flock' to (guix build syscalls)....Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès
2016-05-04utils: Remove 'split'....Ludovic Courtès
2016-04-13utils: Add 'edit-expression'....宋文武
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin