mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
hello: fix translations on FreeBSD
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user