aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
b691a29b70cd9a12ec0918a340fa494467f66'>guix.scm
authorRicardo Wurmus <rekado@elephly.net>2021-06-05 08:50:06 +0200
committerR
2020-04-08installer: Add proxy support....* gnu/installer/proxy.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add it. * po/guix/POTFILES.in: Add it. * gnu/installer/newt/parameters.scm (run-proxy-page): New procedure, (run-parameters-page): add the previous procedure to the parameters menu. Mathieu Othacehe
parent480dcf3038dd64997f59cbd9f0a7904f88708c63 (diff)
downloadguix-9c0b691a29b70cd9a12ec0918a340fa494467f66.tar.gz
guix-9c0b691a29b70cd9a12ec0918a340fa494467f66.zip
gnu: r-depecher: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.8.0.
Diffstat (limited to 'guix.scm')
0 files changed, 0 insertions, 0 deletions
=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