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