Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | gnu: ansible: Work around issues with Guix wrapper scripts. | Arun Isaac | |
* gnu/packages/admin.scm (ansible)[source]: Remove ansible-wrap-program-hack.patch from patches. [arguments]: Add hide-wrapping and fix-symlinks phases. * gnu/packages/patches/ansible-wrap-program-hack.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it. | |||
2017-06-29 | gnu: ansible: Apply experimental patch to deal with wrapping of ansible script. | Jelle Licht | |
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> |