afew: enable tests
This commit is contained in:
@@ -21,8 +21,6 @@ buildPythonPackage rec {
|
|||||||
chardet
|
chardet
|
||||||
] ++ stdenv.lib.optional (!isPy3k) subprocess32;
|
] ++ stdenv.lib.optional (!isPy3k) subprocess32;
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/afew \
|
wrapProgram $out/bin/afew \
|
||||||
--prefix LD_LIBRARY_PATH : ${notmuch}/lib
|
--prefix LD_LIBRARY_PATH : ${notmuch}/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user