[ { "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"] } ] on value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/pulseaudio-longer-test-timeout.patch
/commit/gnu/packages/fpga.scm?id=5434f6f89362a837a6712a85e5ecbc5099ab57bb'>gnu: verilator: Update to 4.204....* gnu/packages/fpga.scm (verilator): Update to 4.204.
AgeCommit message (Expand)Author
Tobias Geerinckx-Rice
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer
2021-05-23gnu: nvc: Update to 1.5.1....* gnu/packages/fpga.scm (nvc): Update to 1.5.1. [arguments]: Hopefully re-enable #:parallel-build?s. Tobias Geerinckx-Rice
2021-05-07gnu: gtkwave: Update to 3.3.109....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.109. Tobias Geerinckx-Rice
2021-03-06gnu: verilator: Update to 4.110....* gnu/packages/fpga.scm (verilator): Update to 4.110. Tobias Geerinckx-Rice
2021-01-28gnu: Add Verilator....* gnu/packages/fpga.scm (verilator): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Andrew Miloradovsky
2021-01-28gnu: Add systemc....* gnu/packages/fpga.scm (systemc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Andrew Miloradovsky