aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/i2p.scm
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-05-22 11:04:14 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-07-13 18:20:04 +0200
commit0613df90ddadce62b2c6e22048b216602bd9a230 (patch)
tree5a5992e47c8be528905750eeb4bc809e0d122045 /gnu/packages/i2p.scm
parentc2bb342b5ff0ac15d6dc37a9ba8daeb8956237e1 (diff)
downloadguix-0613df90ddadce62b2c6e22048b216602bd9a230.tar.gz
guix-0613df90ddadce62b2c6e22048b216602bd9a230.zip
gnu: hurd: Update supported systems.
* gnu/packages/hurd.scm (gnumach-headers, hurd-headers, hurd-minimal, hurd-core-headers, gnumach): Update supported systems to %hurd-systems.
Diffstat (limited to 'gnu/packages/i2p.scm')
0 files changed, 0 insertions, 0 deletions
input-source): New variables. ("package with origin input"): New test. Ludovic Courtès 2021-07-11import: print: Emit new-style package inputs when possible....* guix/import/print.scm (redundant-input-labels?): New procedure. (package->code)[package-lists->code]: Rename to... [inputs->code]: ... this. When 'redundant-input-labels?' returns true, emit label-less inputs. Adjust callers to new name. * tests/print.scm (pkg-with-inputs): Adjust accordingly. Ludovic Courtès