diff options
author | Mark H Weaver <mhw@netris.org> | 2014-02-13 00:42:41 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-02-16 16:39:37 -0500 |
commit | 445c5abad8032f000387f36cc0533556289e5175 (patch) | |
tree | 788d154b01b31e5d015dc904e1af61bab93ea31e /gnu-system.am | |
parent | 686e637ed283b82a8b254c0ea77f20aec4b827ff (diff) | |
download | gnu-guix-445c5abad8032f000387f36cc0533556289e5175.tar gnu-guix-445c5abad8032f000387f36cc0533556289e5175.tar.gz |
gnu: ratpoison: Patch to use $SHELL instead of /bin/sh.
* gnu/packages/patches/ratpoison-shell.patch: New file.
* gnu/packages/ratpoison.scm (ratpoison): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 7e68290a95..44ecf86de8 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -298,6 +298,7 @@ dist_patch_DATA = \ gnu/packages/patches/qemu-make-4.0.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/qt4-tests.patch \ + gnu/packages/patches/ratpoison-shell.patch \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-libm.patch \ gnu/packages/patches/scheme48-tests.patch \ |