Merge pull request #211927 from zimbatm/larynx-pkg-config

larynx: unalias pkg-config argument
This commit is contained in:
Martin Weinelt 2023-01-21 13:08:56 +00:00 committed by GitHub
commit a560e54e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [