aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2020-10-30 15:57:33 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-12-09 12:12:46 +0100
commit10c87ecf777af2c2aebe0775fba75237c20df279 (patch)
tree60c58b75d7c6bfca36e5326c8214cd9e801f2f73 /.guix-channel
parent53affb349aa0d7d09fa2acedddfb58548f2e0747 (diff)
downloadguix-10c87ecf777af2c2aebe0775fba75237c20df279.tar.gz
guix-10c87ecf777af2c2aebe0775fba75237c20df279.zip
gnu: r-delayedmatrixstats: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.12.0. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
Diffstat (limited to '.guix-channel')
0 files changed, 0 insertions, 0 deletions
acehe@gnu.org> Josselin Poiret 2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Previously user-facing commands would happily start building packages even if they do not support that system. With this change, all the user-facing commands reject unsupported packages without going further. * guix/profiles.scm (profile-derivation): Add #:allow-unsupported-packages?. Define 'check-supported-packages' and honor #:allow-unsupported-packages?. * tests/guix-pack.sh, tests/guix-package.sh, tests/guix-shell.sh: Ensure that unsupported packages are rejected. * tests/guix-system.sh: Pass "--system=armhf-linux" when attempting to build gnu/system/examples/asus-c201.tmpl. Ludovic Courtès