Unverified Commit 5a2dbe92 authored by Emily's avatar Emily Committed by GitHub
Browse files

cconv: link -liconv on darwin (#352512)

parents 216529c3 339ec457
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";