libticonv: link with libiconv (#351407)

This commit is contained in:
Emily
2024-10-26 14:28:32 +01:00
committed by GitHub
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-iconv"
];
] ++ lib.optional stdenv.hostPlatform.isDarwin "LDFLAGS=-liconv";
meta = with lib; {
changelog = "http://lpg.ticalc.org/prj_tilp/news.html";