summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/faust/faust2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/faust/faust2.nix')
-rw-r--r--pkgs/applications/audio/faust/faust2.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index 52a291603f84..990d073528e1 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -2,7 +2,7 @@
, coreutils
, fetchFromGitHub
, makeWrapper
-, pkgconfig
+, pkg-config
, cmake
, llvm
, emscripten
@@ -45,7 +45,7 @@ let
inherit src;
- nativeBuildInputs = [ makeWrapper pkgconfig cmake vim which ];
+ nativeBuildInputs = [ makeWrapper pkg-config cmake vim which ];
buildInputs = [ llvm emscripten openssl libsndfile libmicrohttpd gnutls libtasn1 p11-kit ];
@@ -168,7 +168,7 @@ let
stdenv.mkDerivation ((faust2ApplBase args) // {
- nativeBuildInputs = [ pkgconfig ];
+ nativeBuildInputs = [ pkg-config ];
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;