lol

pythonPackages.alot: cleanup inputs, fix inputs

+4 -6
+4 -6
pkgs/development/python-modules/alot/default.nix
··· 1 - { lib, buildPythonPackage, python, fetchFromGitHub, fetchpatch, isPy3k 1 + { lib, buildPythonPackage, python, fetchFromGitHub, isPy3k 2 2 , notmuch, urwid, urwidtrees, twisted, python_magic, configobj, mock, file, gpgme 3 - , service-identity 4 - , gnupg ? null, sphinx, awk ? null, procps ? null, future ? null 5 - , withManpage ? false }: 6 - 3 + , service-identity, gnupg, sphinx, gawk, procps, future , withManpage ? false 4 + }: 7 5 8 6 buildPythonPackage rec { 9 7 pname = "alot"; ··· 41 39 doCheck = false; 42 40 postBuild = lib.optionalString withManpage "make -C docs man"; 43 41 44 - checkInputs = [ awk future mock gnupg procps ]; 42 + checkInputs = [ gawk future mock gnupg procps ]; 45 43 46 44 postInstall = let 47 45 completionPython = python.withPackages (ps: [ ps.configobj ]);