Merge #94532: mesa.drivers: build with patchelf's master
This commit is contained in:
commit
6a617de2c4
@ -14046,7 +14046,17 @@ in
|
||||
}
|
||||
# Temporary fix for .drivers that avoids causing lots of rebuilds; see #91145
|
||||
// { drivers = (mesa.overrideAttrs (a: {
|
||||
nativeBuildInputs = [ patchelf_0_9 ] ++ a.nativeBuildInputs or [];
|
||||
nativeBuildInputs = [
|
||||
(patchelf.overrideAttrs (pa: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "patchelf";
|
||||
rev = "61bc10176"; # current master; what matters is merge of #225
|
||||
sha256 = "0cy77mn77w3mn64ggp20f4ygnbxfjmddhjjhfwkva53lsirg6w93";
|
||||
};
|
||||
nativeBuildInputs = pa.nativeBuildInputs or [] ++ [ autoreconfHook ];
|
||||
}))
|
||||
] ++ a.nativeBuildInputs or [];
|
||||
})).drivers;
|
||||
}
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user