Merge pull request #211927 from zimbatm/larynx-pkg-config
larynx: unalias pkg-config argument
This commit is contained in:
commit
a560e54e67
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue