cross: apply vala targetOffset fix

This commit is contained in:
2023-11-22 22:11:27 +00:00
parent 845b4b219d
commit 3eb6ce6ff6

View File

@@ -23,6 +23,18 @@ let
// (if title != null then { name = title; } else {})
);
in [
(fetchpatch' {
title = "vala: look for files in targetOffset";
prUrl = "https://github.com/NixOS/nixpkgs/pull/267550";
hash = "sha256-Dl9ZQazjXjIbw38Q78otQvgVCB/QZAC1IYoFX0Tuyw0=";
})
# (fetchpatch' {
# # N.B.: obsoleted by 267550 PR above
# title = "vala: search for vapi files in targetOffset, not hostOffset";
# prUrl = "https://github.com/NixOS/nixpkgs/pull/269171";
# saneCommit = "6990fa8f3e1cfcd1224d70d110bc1ccc18763585";
# hash = "sha256-QiguGtP5HrB753/V/UaoAKH3+9TINxR83I68rggbkr0=";
# })
(fetchpatch' {
title = "gcr: remove build gnupg from runtime closure";
prUrl = "https://github.com/NixOS/nixpkgs/pull/263158";