From 68be1ba2a1125216417931828c87851f1a192624 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 7 Aug 2023 08:05:07 +0000 Subject: [PATCH] gtk{3,4}: compile schemas even on cross builds --- nixpatches/list.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 12e7aaf8..1b0a0d88 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -176,6 +176,17 @@ in [ hash = "sha256-K3mG1kcyB7sQZ7ZRCdlinNsV6mCcl3eIUI2ldSmcbJE="; }) + (fetchpatch' { + title = "gtk3: compile schemas even when cross compiling"; + saneCommit = "62be06cac9e81bbdd9c9f0b69f85b594a4d8a121"; + hash = "sha256-ui7ueC8c4nzDUU59pHMv0lmzSjG5XpjOLBge7VbBe4g="; + }) + (fetchpatch' { + title = "gtk4: compile schemas even when cross compiling"; + saneCommit = "3494157f35b2847ea09752a29e7e38e0f46fee70"; + hash = "sha256-JMFLa/vLpp0V9UIlVMcBmnimxU32cMCn+oCV9fk/taY="; + }) + # (fetchpatch' { # title = "hare-json: init at unstable-2023-02-25"; # saneCommit = "6c88c2b087755e8f60c9f61c6361dec2f7a38155";