python3Packages.afew: fix build
This commit is contained in:
parent
3eedd29fb8
commit
d3b9a14e88
@ -255,9 +255,8 @@ rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pythonPackages.notmuch
|
pythonPackages.notmuch
|
||||||
pythonPackages.subprocess32
|
|
||||||
pythonPackages.chardet
|
pythonPackages.chardet
|
||||||
];
|
] ++ optional (!isPy3k) pythonPackages.subprocess32;
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user