ostree: backport static fix for pkg-config file

This commit is contained in:
Alyssa Ross
2025-02-16 18:30:24 +01:00
parent eed6b13aaf
commit 8cc056c0b0
+8
View File
@@ -1,6 +1,7 @@
{ stdenv
, lib
, fetchurl
, fetchpatch
, pkg-config
, gtk-doc
, nixosTests
@@ -59,6 +60,13 @@ in stdenv.mkDerivation rec {
sha256 = "sha256-VOM4fe4f8WAxoGeayitg2pCrf0omwhGCIzPH8jAAq+4=";
};
patches = [
(fetchpatch {
name = "static-pkg-config.patch";
url = "https://github.com/ostreedev/ostree/pull/3382.patch";
hash = "sha256-VCQLq4OqmojtB7WFHNNV82asgXPGq5tKoJun66eUntY=";
})
];
nativeBuildInputs = [
autoconf