Merge pull request #91512 from kalekseev/fix/greg
greg: add setuptools to propagatedBuildInputs
This commit is contained in:
commit
96ee7aca87
@ -13,8 +13,7 @@ with pythonPackages; buildPythonApplication rec {
|
|||||||
sha256 = "0bdzgh2k1ppgcvqiasxwp3w89q44s4jgwjidlips3ixx1bzm822v";
|
sha256 = "0bdzgh2k1ppgcvqiasxwp3w89q44s4jgwjidlips3ixx1bzm822v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ feedparser ];
|
propagatedBuildInputs = [ setuptools feedparser ];
|
||||||
propagatedBuildInputs = buildInputs;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/manolomartinez/greg";
|
homepage = "https://github.com/manolomartinez/greg";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user