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:
parent
112e7c9a8e
commit
3b721f2001
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user