nixpkgs-bootstrap: patch to fix mesa cross compilation
This commit is contained in:
@@ -68,6 +68,12 @@ in
|
|||||||
hash = "sha256-6XXgSCXhC5DneSICguPtdnjX00SVJeiHxmJ55MoB+Xs=";
|
hash = "sha256-6XXgSCXhC5DneSICguPtdnjX00SVJeiHxmJ55MoB+Xs=";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(fetchpatch' {
|
||||||
|
name = "mesa: fix cross compilation";
|
||||||
|
saneCommit = "4c672bfc7eef1cd0e45158f1e99e71ebbb68bb85";
|
||||||
|
hash = "sha256-tcoDT4Gy1Q9I05COvOLvrU/Wm1y+BsXBKqUMHsy8Vx0=";
|
||||||
|
})
|
||||||
|
|
||||||
(fetchpatch' {
|
(fetchpatch' {
|
||||||
# patch should be safe to remove; keeping it here to track the upstreaming status
|
# 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`";
|
name = "nixos/gitea: don't configure the database if `createDatabase == false`";
|
||||||
|
Reference in New Issue
Block a user