Skip to content

Commit

Permalink
cconv: link -liconv on darwin (#352512)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 31, 2024
2 parents 216529c + 339ec45 commit 5a2dbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/text/cconv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libiconv ];
configureFlags = lib.optional stdenv.hostPlatform.isDarwin "LDFLAGS=-liconv";

meta = with lib; {
description = "Iconv based simplified-traditional chinese conversion tool";
Expand Down

0 comments on commit 5a2dbe9

Please sign in to comment.