summary refs log tree commit diff
path: root/pkgs/tools/audio/mpdcron
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-09-25 05:49:25 +0300
committerArtturin <Artturin@artturin.com>2022-09-26 17:53:26 +0300
commit0734f54ef262ad642eec1166a416bae86779ed9f (patch)
tree27314f4f10704420dfba1f529dbc258ca7b58f94 /pkgs/tools/audio/mpdcron
parent6910a4eea0038728a2f10ce84122806f2cb6b170 (diff)
downloadnixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.gz
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.bz2
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.lz
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.xz
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.zst
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.zip
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
Diffstat (limited to 'pkgs/tools/audio/mpdcron')
-rw-r--r--pkgs/tools/audio/mpdcron/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/audio/mpdcron/default.nix b/pkgs/tools/audio/mpdcron/default.nix
index 94ba5a56d03..924181608af 100644
--- a/pkgs/tools/audio/mpdcron/default.nix
+++ b/pkgs/tools/audio/mpdcron/default.nix
@@ -31,10 +31,9 @@ in stdenv.mkDerivation {
     sha256 = "0vdksf6lcgmizqr5mqp0bbci259k0dj7gpmhx32md41jlmw5skaw";
   };
 
-  nativeBuildInputs = [ autoconf automake ];
+  nativeBuildInputs = [ autoconf automake pkg-config ];
   buildInputs = [
     libtool
-    pkg-config
     glib
     libdaemon
     pandoc