Merge pull request #91457 from matthewbauer/prefixed-pkg-config

Fixes from prefixed pkg config
This commit is contained in:
Frederik Rietdijk
2020-07-02 17:26:16 +02:00
committed by GitHub
8 changed files with 27 additions and 8 deletions

View File

@@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
sha256 = "0128n7jlshw4bpx0vg8lwj8qwdisjxi7mvniwfafgnkzzrfrpaap";
};
prePatch = ''
substituteInPlace configure \
--replace pkg-config "$PKG_CONFIG"
'';
patches = [
./no-mkdir-localstatedir.patch
(fetchpatch {