From 7d8fbf64dcf04cdbf3d8ffcbd83c4a17ef5e0012 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 12 May 2025 20:59:16 +0000 Subject: [PATCH] cross: remove no-longer-necessary delfin patch idk when this got fixed, but the msgfmt error no longer appears; nix log $result reads the same before and after --- overlays/cross.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/overlays/cross.nix b/overlays/cross.nix index 311764e2d..02a3b385e 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -152,14 +152,9 @@ in with final; { }); # 2025/05/01: upstreaming is blocked on sdl3 (fix is in staging) - delfin = (prev.delfin.override { + delfin = prev.delfin.override { cargo = crossCargo; - }).overrideAttrs (upstream: { - nativeBuildInputs = upstream.nativeBuildInputs ++ [ - # fixes: loaders/meson.build:72:7: ERROR: Program 'msgfmt' not found or not executable - buildPackages.gettext - ]; - }); + }; # 2025/05/01: upstreaming is unblocked # dtrx = prev.dtrx.override {