diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-16 21:46:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-16 21:46:27 +0200 |
commit | c4e52354c6716bf3630e96c3f142fe6fe6d2896a (patch) | |
tree | a8cb3ef652aca6ce8b535e0b8dba1096203c9e1b /gnu-system.am | |
parent | 1319cfe9466da6fcc8b2bad5db7fbb1f9c9ea8cc (diff) |
gnu: guile-ncurses: Work around missing test files.
* gnu/packages/patches/guile-ncurses-tests.patch: New file.
* gnu/packages/guile.scm (guile-ncurses)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
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 1e912db230..9594e117f3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -310,6 +310,7 @@ dist_patch_DATA = \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-default-utf8.patch \ gnu/packages/patches/guile-linux-syscalls.patch \ + gnu/packages/patches/guile-ncurses-tests.patch \ gnu/packages/patches/guile-relocatable.patch \ gnu/packages/patches/guix-test-networking.patch \ gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ |