nixpkgs: update patches

This commit is contained in:
2024-08-12 09:14:00 +00:00
parent 7899c8d033
commit 33a7d3536d

View File

@@ -93,15 +93,14 @@ in
hash = "sha256-hAaFHlJdx1GjQIJG5zxTBHm+CbmR/zlKUB9eyxPQbOg=";
})
# branch: wip-ffado-cross / wip-ffado-cross2
# branch: wip-ffado-cross / wip-ffado-cross2 / 2024-08-11-wip-ffado-cross
(fetchpatch' {
# TODO: send out for review (after next staging -> master merge, so that it has jtojnar's changes)
# - <https://github.com/NixOS/nixpkgs/pull/306407>
# wait until python3 is fixed on cross, also: <https://github.com/NixOS/nixpkgs/pull/325218>
# TODO: send out for review (target staging, because rebuilds)
# TODO: also, remove `fix-build.patch` as part of the PR
title = "ffado: support cross compilation";
saneCommit = "e58b053bff32ba825dc8783c2725fcefb37a3e14";
hash = "sha256-YMX+99HOvMpk+hVPIe+ThixEbK8JNxiyEhqxSkASZ2Q=";
# saneCommit = "001fe13a735cb9c6fad80525531e863f949e1495";
saneCommit = "cd316aaa667b6758d6866b356f4040343ffb6f80";
# saneCommit = "e58b053bff32ba825dc8783c2725fcefb37a3e14";
hash = "sha256-bFW8eapokQEqHGqB2qqgz9cfP3NpKqIKeX437GgLfQE=";
})
(fetchpatch' {
@@ -120,9 +119,10 @@ in
})
(fetchpatch' {
# TODO(2024-08-11): re-open after i've deployed
title = "libgweather: enable introspection on cross builds";
prUrl = "https://github.com/NixOS/nixpkgs/pull/251956";
hash = "sha256-ovWXFX6gMXM+E9yhX7GnDOB9f2HAZSjZRwGAVLTvFC0=";
hash = "sha256-sFuuZpq/DlgFESJhvKj8UaZiA8JGsGpVmyx1s/0OKT8=";
})
# (fetchpatch' {