diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 20:59:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 21:21:11 +0200 |
commit | 9f55a39cf19dab41cfe7198b35a6c62a2270fb0d (patch) | |
tree | d4cdba9d0b18c8af1a57bfefc941c0eed6245c8e /gnu/local.mk | |
parent | 5a1aa90775a36c23cf94a3b1f6b52f9ceed2c288 (diff) | |
download | guix-9f55a39cf19dab41cfe7198b35a6c62a2270fb0d.tar.gz guix-9f55a39cf19dab41cfe7198b35a6c62a2270fb0d.zip |
gnu: diffoscope: Update to 186.
* gnu/packages/diffoscope.scm (diffoscope): Update to 186.
[source]: Add patch.
[arguments]: Add a new 'fix-failing-tests phase.
Don't explicitly return #t from phases.
* gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 25c5d88670..3491bdae62 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -975,6 +975,7 @@ dist_patch_DATA = \ %D%/packages/patches/desmume-gcc6-fixes.patch \ %D%/packages/patches/desmume-gcc7-fixes.patch \ %D%/packages/patches/dfu-programmer-fix-libusb.patch \ + %D%/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch \ %D%/packages/patches/diffutils-gets-undeclared.patch \ %D%/packages/patches/disarchive-cross-compilation.patch \ %D%/packages/patches/dkimproxy-add-ipv6-support.patch \ |