Merge pull request #31946 from flokli/afew-tests
afew: re-enable tests, update maintainers
This commit is contained in:
commit
63f0f4fc72
1 changed files with 1 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue