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