summary refs log tree commit diff
path: root/pkgs/applications/audio/soundconverter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/soundconverter/default.nix')
-rw-r--r--pkgs/applications/audio/soundconverter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/soundconverter/default.nix b/pkgs/applications/audio/soundconverter/default.nix
index bc7a6ea5a1f..e2e5094e845 100644
--- a/pkgs/applications/audio/soundconverter/default.nix
+++ b/pkgs/applications/audio/soundconverter/default.nix
@@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
 
   propagatedBuildInputs = [
     python3Packages.gst-python
-    python3Packages.distutils_extra
+    python3Packages.distutils-extra
     python3Packages.setuptools
     python3Packages.pygobject3
   ];