Skip to content

Commit

Permalink
afew: propagate setuptools
Browse files Browse the repository at this point in the history
(cherry picked from commit acd7c02)
  • Loading branch information
flokli authored and Mic92 committed Sep 22, 2019
1 parent dbf071d commit 88f32cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/mailreaders/afew/default.nix
Expand Up @@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
nativeBuildInputs = with pythonPackages; [ sphinx setuptools_scm ];

propagatedBuildInputs = with pythonPackages; [
pythonPackages.notmuch chardet dkimpy
pythonPackages.setuptools pythonPackages.notmuch chardet dkimpy
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) subprocess32;

makeWrapperArgs = [
Expand Down

0 comments on commit 88f32cc

Please sign in to comment.