summary refs log tree commit diff
path: root/pkgs/applications/audio/whipper
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-04-14 15:41:03 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-04-14 15:41:03 +0200
commit6df2186d5a1326d517dd3a33b0444efe6fa8ce76 (patch)
tree862f4e231ea0721f6883db6b417aab22d96e9f6f /pkgs/applications/audio/whipper
parent6826bc67ffb00f62696f2464a57b47d7f4b52414 (diff)
whipper: propagate setuptools
Related: #168504
Diffstat (limited to 'pkgs/applications/audio/whipper')
-rw-r--r--pkgs/applications/audio/whipper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/whipper/default.nix b/pkgs/applications/audio/whipper/default.nix
index a7a8f054172cd..8349cd8d5f62f 100644
--- a/pkgs/applications/audio/whipper/default.nix
+++ b/pkgs/applications/audio/whipper/default.nix
@@ -45,6 +45,7 @@ in python3.pkgs.buildPythonApplication rec {
     ruamel-yaml
     discid
     pillow
+    setuptools
   ];
 
   buildInputs = [ libsndfile ];