diff options
author | rennes <rennes@openmailbox.org> | 2017-02-21 23:21:49 -0600 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2017-04-08 19:04:44 +0300 |
commit | b81d11e580dcddfc4fb2e156346ce4efbf293846 (patch) | |
tree | f4319e01962f0c98fd907d30887e7cd20ec9eb0f /gnu/local.mk | |
parent | a33d518e24b305c7b0f81887c15eeabb65ec9411 (diff) | |
download | guix-b81d11e580dcddfc4fb2e156346ce4efbf293846.tar guix-b81d11e580dcddfc4fb2e156346ce4efbf293846.tar.gz |
gnu: grep: Fix for gnulib library.
* gnu/packages/patches/grep-gnulib-lock.patch: New file.
* gnu/packages/base.scm (grep)[source]: Use it.
* 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 9035753673..9528833551 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -618,6 +618,7 @@ dist_patch_DATA = \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ %D%/packages/patches/graphite2-ffloat-store.patch \ + %D%/packages/patches/grep-gnulib-lock.patch \ %D%/packages/patches/grep-timing-sensitive-test.patch \ %D%/packages/patches/grub-CVE-2015-8370.patch \ %D%/packages/patches/grub-gets-undeclared.patch \ |