larynx: unalias pkg-config argument

pkgconfig is an alias to pkg-config and should not be used in the inputs
This commit is contained in:
zimbatm 2023-01-21 13:45:38 +01:00
parent 112e7c9a8e
commit 3b721f2001
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -2,7 +2,7 @@
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, pkgconfig , pkg-config
, espeak-ng , espeak-ng
, onnxruntime , onnxruntime
, pcaudiolib , pcaudiolib
@ -32,7 +32,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkgconfig pkg-config
]; ];
buildInputs = [ buildInputs = [