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
This commit is contained in:
@@ -152,14 +152,9 @@ in with final; {
|
|||||||
});
|
});
|
||||||
|
|
||||||
# 2025/05/01: upstreaming is blocked on sdl3 (fix is in staging)
|
# 2025/05/01: upstreaming is blocked on sdl3 (fix is in staging)
|
||||||
delfin = (prev.delfin.override {
|
delfin = prev.delfin.override {
|
||||||
cargo = crossCargo;
|
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
|
# 2025/05/01: upstreaming is unblocked
|
||||||
# dtrx = prev.dtrx.override {
|
# dtrx = prev.dtrx.override {
|
||||||
|
Reference in New Issue
Block a user