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