Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
httpie: add missing 'setuptools' to propagatedBuildInputs
Browse files Browse the repository at this point in the history
As a side-effect of f7e28bf, the build no longer propagated 'setuptools', which
is a run-time dependency. See #68314 for further details.
  • Loading branch information
madjar committed Sep 19, 2019
1 parent e9322d4 commit 55bf3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/httpie/default.nix
Expand Up @@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd";
};

propagatedBuildInputs = with pythonPackages; [ pygments requests ];
propagatedBuildInputs = with pythonPackages; [ pygments requests setuptools ];

doCheck = false;

Expand Down

0 comments on commit 55bf3b4

Please sign in to comment.