From 3b721f2001028b86b55d78116e6be4d72075bd52 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 21 Jan 2023 13:45:38 +0100 Subject: [PATCH] larynx: unalias pkg-config argument pkgconfig is an alias to pkg-config and should not be used in the inputs --- pkgs/tools/audio/larynx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/audio/larynx/default.nix b/pkgs/tools/audio/larynx/default.nix index 34c584363490..2bc55a731a0f 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 = [