about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-10-12 10:50:39 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-10-12 10:50:39 +0900
commit1ecda4bec5379c3c6dc28541ffd41408aad89c10 (patch)
treed9c764ce5a569594a65901b920eb67e699f70b6c /pkgs/applications/audio
parent9e8ac2a96cfbbf07b200bde7a17de37d54fbceca (diff)
python311Packages.distutils-extra: rename from distutils_extra
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mpdevil/default.nix2
-rw-r--r--pkgs/applications/audio/soundconverter/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mpdevil/default.nix b/pkgs/applications/audio/mpdevil/default.nix
index 92f66d375d3bd..a382450848ca4 100644
--- a/pkgs/applications/audio/mpdevil/default.nix
+++ b/pkgs/applications/audio/mpdevil/default.nix
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
   ];
 
   propagatedBuildInputs = with python3Packages; [
-    beautifulsoup4 distutils_extra mpd2 notify-py pygobject3 requests
+    beautifulsoup4 distutils-extra mpd2 notify-py pygobject3 requests
   ];
 
   postInstall = ''
diff --git a/pkgs/applications/audio/soundconverter/default.nix b/pkgs/applications/audio/soundconverter/default.nix
index bc7a6ea5a1f11..e2e5094e84520 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
   ];