[ { "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"] } ] oszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/gexp.scm
AgeCommit message (Expand)Author
2023-12-22gexp: #:references-graphs accepts and honors <gexp-input> records....Ludovic Courtès
2023-12-22gexp: Add compiler for <gexp-input>....Ludovic Courtès
2023-11-25tests: Import (guix build syscalls) when (guix build store-copy) is used....Ludovic Courtès
2022-11-11grafts: Run with a UTF-8 locale....Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès
2022-05-25tests: Fix wrong target triplets....Josselin Poiret
2022-05-01gexp: Add 'references-file'....Ludovic Courtès
2022-03-13gexp: Correctly handle #$output in 'gexp->approximate-sexp'....Maxime Devos
2022-03-13gexp: Correctly handle unquoting S-exp objects....Maxime Devos
2022-02-16gexp: Preserve source location for #~ and #$ read extensions....Ludovic Courtès
2022-02-15gexp: 'computed-file' always uses a native Guile....Ludovic Courtès
2022-02-11tests: Pass #:guile to 'computed-file' & co....Ludovic Courtès
2021-11-27gexp: 'file-append' correctly handles bases without an expander....Ludovic Courtès
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-16tests: Factorize 'file=?'....Ludovic Courtès
2021-09-25gexp: Leave grafting as is when lowering allowed/disallowed references....Ludovic Courtès