summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-05-30 22:25:36 -0300
committerGitHub <noreply@github.com>2022-05-30 22:25:36 -0300
commit25511c3ed225a72636b65d67fb02da152554a5c0 (patch)
treee73dd34b5006bc5b5dcc5af887b05e18858f37d9 /pkgs/applications
parentef44c71d983d65dcb01eabdb459caaa522b7d962 (diff)
parent06f08e974977cf2a5a5ce17e5ac9bb7e44ef23bb (diff)
downloadnixpkgs-25511c3ed225a72636b65d67fb02da152554a5c0.tar
nixpkgs-25511c3ed225a72636b65d67fb02da152554a5c0.tar.gz
nixpkgs-25511c3ed225a72636b65d67fb02da152554a5c0.tar.bz2
nixpkgs-25511c3ed225a72636b65d67fb02da152554a5c0.tar.lz
nixpkgs-25511c3ed225a72636b65d67fb02da152554a5c0.tar.xz
nixpkgs-25511c3ed225a72636b65d67fb02da152554a5c0.tar.zst
nixpkgs-25511c3ed225a72636b65d67fb02da152554a5c0.zip
Merge pull request #175214 from helsinki-systems/remove/automoc4
automoc4: remove
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/kid3/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/kid3/default.nix b/pkgs/applications/audio/kid3/default.nix
index a29ddbb8150..37bb05d9038 100644
--- a/pkgs/applications/audio/kid3/default.nix
+++ b/pkgs/applications/audio/kid3/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , fetchurl
-, automoc4
 , chromaprint
 , cmake
 , docbook_xml_dtd_45
@@ -44,7 +43,6 @@ stdenv.mkDerivation rec {
     wrapQtAppsHook
   ];
   buildInputs = [
-    automoc4
     chromaprint
     ffmpeg
     flac