summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-01-21 13:08:56 +0000
committerGitHub <noreply@github.com>2023-01-21 13:08:56 +0000
commita560e54e67149b46f57947039589b97107e633cf (patch)
treea213fc13f0c833507b506e5829a302225bb73a0e /pkgs
parent23ad6a1f1158430ad0c762b5ea2c381b0b97e3cc (diff)
parent3b721f2001028b86b55d78116e6be4d72075bd52 (diff)
downloadnixpkgs-a560e54e67149b46f57947039589b97107e633cf.tar
nixpkgs-a560e54e67149b46f57947039589b97107e633cf.tar.gz
nixpkgs-a560e54e67149b46f57947039589b97107e633cf.tar.bz2
nixpkgs-a560e54e67149b46f57947039589b97107e633cf.tar.lz
nixpkgs-a560e54e67149b46f57947039589b97107e633cf.tar.xz
nixpkgs-a560e54e67149b46f57947039589b97107e633cf.tar.zst
nixpkgs-a560e54e67149b46f57947039589b97107e633cf.zip
Merge pull request #211927 from zimbatm/larynx-pkg-config
larynx: unalias pkg-config argument
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/audio/larynx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/larynx/default.nix b/pkgs/tools/audio/larynx/default.nix
index 34c58436349..2bc55a731a0 100644
--- a/pkgs/tools/audio/larynx/default.nix
+++ b/pkgs/tools/audio/larynx/default.nix
@@ -2,7 +2,7 @@
 , stdenv
 , fetchFromGitHub
 , cmake
-, pkgconfig
+, pkg-config
 , espeak-ng
 , onnxruntime
 , pcaudiolib
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
 
   nativeBuildInputs = [
     cmake
-    pkgconfig
+    pkg-config
   ];
 
   buildInputs = [