diff options
author | Brett Gilio <brettg@gnu.org> | 2020-12-20 14:57:37 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-12-20 14:57:37 -0600 |
commit | b6d96be80c6bc8b11eccbd68ff0824ccaf03f4e5 (patch) | |
tree | 4ff91fea8951509545dc7329f8952ddd42955199 /gnu/local.mk | |
parent | a0cebd176a1cd986d12310a9c1db8293c1e2b755 (diff) | |
download | guix-b6d96be80c6bc8b11eccbd68ff0824ccaf03f4e5.tar.gz |
gnu: bear: Update to 3.0.4.
* gnu/local.mk (bear-disable-preinstall-tests.patch): Add patch. * gnu/packages/build-tools.scm (bear): Reference patch, and update.
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 11cb580b92..d1c8b63fff 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -832,6 +832,7 @@ dist_patch_DATA = \ %D%/packages/patches/bastet-change-source-of-unordered_set.patch \ %D%/packages/patches/bazaar-CVE-2017-14176.patch \ %D%/packages/patches/bc-fix-cross-compilation.patch \ + %D%/packages/patches/bear-disable-preinstall-tests.patch \ %D%/packages/patches/bsd-games-2.17-64bit.patch \ %D%/packages/patches/bsd-games-add-configure-config.patch \ %D%/packages/patches/bsd-games-add-wrapper.patch \ |