aboutsummaryrefslogtreecommitdiff
path: root/emacs/guix-help-vars.el
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-07-11 10:23:08 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-07-11 16:52:40 +0300
commit38e9373b0d668d9e8347e0d6adce218480d41661 (patch)
tree6a9cf1e8c865c49b45f2c8ef7695c2be4f59cf58 /emacs/guix-help-vars.el
parent4277313883c6cd21c2abc652e224e369b258f226 (diff)
downloadguix-38e9373b0d668d9e8347e0d6adce218480d41661.tar.gz
guix-38e9373b0d668d9e8347e0d6adce218480d41661.zip
gnu: glibc-2.21: Fix substitutes in glibc-2.21.
* gnu/packages/base.scm (glibc-2.21)[arguments]: Add back substitution for /bin/pwd which was removed in the update of glibc to 2.23.
Diffstat (limited to 'emacs/guix-help-vars.el')
0 files changed, 0 insertions, 0 deletions
....* tests/gexp.scm (ungexp + ungexp-native, input list + ungexp-native, input list splicing + ungexp-native-splicing, gexp list splicinng + ungexp-splicing, gexp->derivation, cross-compilation, gexp->derivation, ungexp-native, gexp->derivation, ungexp + ungexp-native, gexp->derivation, ungexp-native + composed gexps): Change mips64el-linux to mips64el-linux-gnu. * tests/guix-pack.sh: Change arm-unknown-linux-gnueabihf to arm-linux-gnueabihf. Signed-off-by: Mathieu Othacehe <othacehe@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