summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-29 01:33:34 +0100
committerGitHub <noreply@github.com>2020-11-29 01:33:34 +0100
commit96ee7aca87b342fcaf05912d8bb77c0f92cfb7ad (patch)
treeb07286b9c8ede2dfa39538f8ba03e2571891ded7 /pkgs
parent9426084feca373bbc8b2316af4e4863cd42e86a5 (diff)
parentec1fd469c1949fe310f389f4a3b3ec9968965bfd (diff)
Merge pull request #91512 from kalekseev/fix/greg
greg: add setuptools to propagatedBuildInputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/greg/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/audio/greg/default.nix b/pkgs/applications/audio/greg/default.nix
index e027680f5fe6..c243a81ac2eb 100644
--- a/pkgs/applications/audio/greg/default.nix
+++ b/pkgs/applications/audio/greg/default.nix
@@ -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";