diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-14 02:12:27 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-18 14:27:16 -0400 |
commit | 064503aaa2aaceecc4e4df835f7e5a72e8a7c4a7 (patch) | |
tree | 4722c642faaf23e5b7b66bf8e3daf287d786c0e3 /gnu/packages/patches | |
parent | 13edb0e5c36181bc8a48fa6a28005b3e3046174a (diff) | |
download | guix-064503aaa2aaceecc4e4df835f7e5a72e8a7c4a7.tar guix-064503aaa2aaceecc4e4df835f7e5a72e8a7c4a7.tar.gz |
gnu: Add python-rarfile.
* gnu/packages/python.scm (python-rarfile, python2-rarfile): New
variables.
* gnu/packages/patches/python-rarfile-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/python-rarfile-fix-tests.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/patches/python-rarfile-fix-tests.patch b/gnu/packages/patches/python-rarfile-fix-tests.patch new file mode 100644 index 0000000000..8ae8894009 --- /dev/null +++ b/gnu/packages/patches/python-rarfile-fix-tests.patch @@ -0,0 +1,14 @@ +There is no test.sh, but there are test1.sh and test2.sh. + +diff --git a/test/Makefile b/test/Makefile +index 027bc5f..5383db3 100644 +--- a/test/Makefile ++++ b/test/Makefile +@@ -1,5 +1,6 @@ + test: +- ./test.sh ++ ./test1.sh ++ ./test2.sh + + clean: + rm -rf __pycache__ |