summary refs log tree commit diff
path: root/pkgs/applications/audio/audacity
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 15:24:37 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-21 15:49:54 -0400
commited14223f8c30c014190e87914126578babd94c3e (patch)
treea0cf6d519d4d4d8507b204076ae5b0dad40f0d18 /pkgs/applications/audio/audacity
parent7a733ceda45d9e7842685523cfebeee07aaa3f97 (diff)
downloadnixpkgs-ed14223f8c30c014190e87914126578babd94c3e.tar
nixpkgs-ed14223f8c30c014190e87914126578babd94c3e.tar.gz
nixpkgs-ed14223f8c30c014190e87914126578babd94c3e.tar.bz2
nixpkgs-ed14223f8c30c014190e87914126578babd94c3e.tar.lz
nixpkgs-ed14223f8c30c014190e87914126578babd94c3e.tar.xz
nixpkgs-ed14223f8c30c014190e87914126578babd94c3e.tar.zst
nixpkgs-ed14223f8c30c014190e87914126578babd94c3e.zip
treewide: Manual fix more pkg-config build-inputs
Diffstat (limited to 'pkgs/applications/audio/audacity')
-rw-r--r--pkgs/applications/audio/audacity/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 3fb9faa2667..07385e2a8b8 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -51,8 +51,9 @@ stdenv.mkDerivation rec {
     "-lswscale"
   ];
 
+  nativeBuildInputs = [ pkgconfig ];
   buildInputs = [
-    pkgconfig file gettext wxGTK30 expat alsaLib
+    file gettext wxGTK30 expat alsaLib
     libsndfile soxr libid3tag libjack2 lv2 lilv serd sord sratom suil gtk2
     ffmpeg libmad lame libvorbis flac soundtouch
     autoconf automake libtool # for the preConfigure phase