nixpkgs-bootstrap: patch to fix mesa cross compilation

This commit is contained in:
2024-12-29 12:56:47 +00:00
parent bd647bd62b
commit 3815f069fa

View File

@@ -68,6 +68,12 @@ in
hash = "sha256-6XXgSCXhC5DneSICguPtdnjX00SVJeiHxmJ55MoB+Xs=";
})
(fetchpatch' {
name = "mesa: fix cross compilation";
saneCommit = "4c672bfc7eef1cd0e45158f1e99e71ebbb68bb85";
hash = "sha256-tcoDT4Gy1Q9I05COvOLvrU/Wm1y+BsXBKqUMHsy8Vx0=";
})
(fetchpatch' {
# patch should be safe to remove; keeping it here to track the upstreaming status
name = "nixos/gitea: don't configure the database if `createDatabase == false`";