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
, fetchFromGitHub
, cmake
, pkgconfig
, pkg-config
, espeak-ng
, onnxruntime
, pcaudiolib
@ -32,7 +32,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
cmake
pkgconfig
pkg-config
];
buildInputs = [