aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-09 22:24:56 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-09 22:44:47 +0200
commitf0e048576f6831c30c3d3eba59a10fed06131514 (patch)
tree9a3e59ca33eb9ab9029907e892ea442e38f94f2f /gnu/packages/qt.scm
parent591ffaede3787e19b95a814134622c30f97607f9 (diff)
downloadguix-f0e048576f6831c30c3d3eba59a10fed06131514.tar.gz
guix-f0e048576f6831c30c3d3eba59a10fed06131514.zip
gnu: r-htmltools: Update to 0.5.6.1.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.1.
Diffstat (limited to 'gnu/packages/qt.scm')
0 files changed, 0 insertions, 0 deletions
ix-pack.sh?id=d276a7dd6162d101b7790cc8ea902abfec1eafcb'>tests: Fix wrong target triplets....* 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