aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix.in
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-06 19:30:24 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-06 21:41:54 +0100
commitc8b5f9daf5a5aed503c70ed7b3477d4edfd4f523 (patch)
tree4949aebe821c6dbc27b9b9382c02d01eb121ca5a /scripts/guix.in
parent7c9ad54b0616112c7eea6dd02379616aef206490 (diff)
downloadguix-c8b5f9daf5a5aed503c70ed7b3477d4edfd4f523.tar.gz
guix-c8b5f9daf5a5aed503c70ed7b3477d4edfd4f523.zip
gnu: ocaml-qcheck: Update to 0.18.1.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.18.1. * gnu/packages/patches/ocaml-qcheck-fix-test-whitespace.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'scripts/guix.in')
0 files changed, 0 insertions, 0 deletions
guix/commit/tests/guix-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