python3Packages.afew: fix build

This commit is contained in:
Domen Kožar 2014-08-24 16:57:50 +02:00
parent 3eedd29fb8
commit d3b9a14e88

View file

@ -255,9 +255,8 @@ rec {
propagatedBuildInputs = [
pythonPackages.notmuch
pythonPackages.subprocess32
pythonPackages.chardet
];
] ++ optional (!isPy3k) pythonPackages.subprocess32;
doCheck = false;