hello: fix translations on FreeBSD (#523088)

This commit is contained in:
Artemis Tosini
2026-05-22 17:34:46 +00:00
committed by GitHub
+5
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;