diff options
author | Jelle Licht <jlicht@fsfe.org> | 2017-06-22 21:26:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-29 15:21:18 +0200 |
commit | b786661309ab8194eb5e5a3ebf55d35be2e0bb01 (patch) | |
tree | d70493ee84aa131147396226af96fed47d1eedb9 /gnu/local.mk | |
parent | aafcfffd93250a2d92f34121c82b54c32797ef35 (diff) | |
download | guix-b786661309ab8194eb5e5a3ebf55d35be2e0bb01.tar guix-b786661309ab8194eb5e5a3ebf55d35be2e0bb01.tar.gz |
gnu: ansible: Apply experimental patch to deal with wrapping of ansible script.
See <http://lists.gnu.org/archive/html/bug-guix/2017-05/msg00015.html> for the
rationale.
* gnu/packages/patches/ansible-wrap-program-hack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (ansible)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 b0690eda58..83b0196055 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -502,6 +502,7 @@ dist_patch_DATA = \ %D%/packages/patches/aegis-test-fixup-1.patch \ %D%/packages/patches/aegis-test-fixup-2.patch \ %D%/packages/patches/agg-am_c_prototype.patch \ + %D%/packages/patches/ansible-wrap-program-hack.patch \ %D%/packages/patches/antiword-CVE-2014-8123.patch \ %D%/packages/patches/apr-skip-getservbyname-test.patch \ %D%/packages/patches/aspell-default-dict-dir.patch \ |