summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-11-22 20:59:20 +0000
committerGitHub <noreply@github.com>2017-11-22 20:59:20 +0000
commit63f0f4fc723405971c15aa32a1f2160ca7660448 (patch)
tree8b299b0a4b30fd4097551ad93741b945c32bda35 /pkgs/development/python-modules
parent8e00dcd242f33fa34c8dba3bad2854cbb6bd0659 (diff)
parent70b0e90b3fa7b513257058aa2cc19466ff169cff (diff)
downloadnixlib-63f0f4fc723405971c15aa32a1f2160ca7660448.tar
nixlib-63f0f4fc723405971c15aa32a1f2160ca7660448.tar.gz
nixlib-63f0f4fc723405971c15aa32a1f2160ca7660448.tar.bz2
nixlib-63f0f4fc723405971c15aa32a1f2160ca7660448.tar.lz
nixlib-63f0f4fc723405971c15aa32a1f2160ca7660448.tar.xz
nixlib-63f0f4fc723405971c15aa32a1f2160ca7660448.tar.zst
nixlib-63f0f4fc723405971c15aa32a1f2160ca7660448.zip
Merge pull request #31946 from flokli/afew-tests
afew: re-enable tests, update maintainers
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/afew/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/afew/default.nix b/pkgs/development/python-modules/afew/default.nix
index 05280738e5ba..ca00477d4086 100644
--- a/pkgs/development/python-modules/afew/default.nix
+++ b/pkgs/development/python-modules/afew/default.nix
@@ -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 ];
   };
 }