about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-15 09:58:19 +0200
committerGitHub <noreply@github.com>2023-10-15 09:58:19 +0200
commitd9b5d78e5f167d0c8ec7eee9170343ffc7857977 (patch)
tree225d089a4204e67b440c6fa5530ce09bcde044a9 /pkgs/applications/video
parent97739b4c53e3df9eaca19ad26c6755800aeab0a0 (diff)
parent1ecda4bec5379c3c6dc28541ffd41408aad89c10 (diff)
downloadnixlib-d9b5d78e5f167d0c8ec7eee9170343ffc7857977.tar
nixlib-d9b5d78e5f167d0c8ec7eee9170343ffc7857977.tar.gz
nixlib-d9b5d78e5f167d0c8ec7eee9170343ffc7857977.tar.bz2
nixlib-d9b5d78e5f167d0c8ec7eee9170343ffc7857977.tar.lz
nixlib-d9b5d78e5f167d0c8ec7eee9170343ffc7857977.tar.xz
nixlib-d9b5d78e5f167d0c8ec7eee9170343ffc7857977.tar.zst
nixlib-d9b5d78e5f167d0c8ec7eee9170343ffc7857977.zip
Merge pull request #260573 from natsukium/distutils-extra
python311Packages.distutils-extra: rename from distutils_extra
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/kazam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/kazam/default.nix b/pkgs/applications/video/kazam/default.nix
index e44949f54ba6..a2a9d8d112cd 100644
--- a/pkgs/applications/video/kazam/default.nix
+++ b/pkgs/applications/video/kazam/default.nix
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
     sha256 = "1jk6khwgdv3nmagdgp5ivz3156pl0ljhf7b6i4b52w1h5ywsg9ah";
   };
 
-  nativeBuildInputs = [ gobject-introspection python3Packages.distutils_extra intltool wrapGAppsHook ];
+  nativeBuildInputs = [ gobject-introspection python3Packages.distutils-extra intltool wrapGAppsHook ];
   buildInputs = [
     gst_all_1.gstreamer
     gst_all_1.gst-plugins-base