hello: fix translations on FreeBSD

This commit is contained in:
Artemis Tosini
2026-05-22 13:11:13 -04:00
parent 6b877741b1
commit 1e56caa34b

View File

@@ -7,6 +7,7 @@
testers,
versionCheckHook,
hello,
gettext,
gnulib,
}:
@@ -30,6 +31,10 @@ stdenv.mkDerivation (finalAttrs: {
NIX_LDFLAGS = "-liconv";
};
buildInputs = lib.optionals stdenv.hostPlatform.isFreeBSD [
gettext
];
doCheck = true;
doInstallCheck = true;