mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
greg: add setuptools to propagatedBuildInputs
This commit is contained in:
parent
3eb4864c8b
commit
ec1fd469c1
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ with pythonPackages; buildPythonApplication rec {
|
|||
sha256 = "0bdzgh2k1ppgcvqiasxwp3w89q44s4jgwjidlips3ixx1bzm822v";
|
||||
};
|
||||
|
||||
buildInputs = with pythonPackages; [ feedparser ];
|
||||
propagatedBuildInputs = buildInputs;
|
||||
propagatedBuildInputs = [ setuptools feedparser ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/manolomartinez/greg";
|
||||
|
|
Loading…
Reference in a new issue