Merge pull request #31946 from flokli/afew-tests

afew: re-enable tests, update maintainers
This commit is contained in:
Jörg Thalheim 2017-11-22 20:59:20 +00:00 committed by GitHub
commit 63f0f4fc72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,6 @@ buildPythonPackage rec {
chardet
] ++ stdenv.lib.optional (!isPy3k) subprocess32;
doCheck = false;
postInstall = ''
wrapProgram $out/bin/afew \
--prefix LD_LIBRARY_PATH : ${notmuch}/lib
@ -31,6 +29,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/afewmail/afew;
description = "An initial tagging script for notmuch mail";
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ garbas andir flokli ];
};
}