aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-10-13 10:56:28 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-10-23 15:47:35 +0200
commitc2c9e74891ceb46869dce9e0da1143e6dc6c9c78 (patch)
tree05ff8a118787d5e771debb880ff6927d5c87c04e /build-aux
parent875dc49b0080e7fcaec328c5731f3cdd7d0f47ea (diff)
downloadguix-c2c9e74891ceb46869dce9e0da1143e6dc6c9c78.tar.gz
guix-c2c9e74891ceb46869dce9e0da1143e6dc6c9c78.zip
gnu: Add mod-host.
* gnu/packages/music.scm (mod-host): New variable.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
/commit/tests/print.scm?id=ff992fcfaf8455910b4bb5e02861fe9ae3dfd974'>import: 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