libticonv: link with libiconv (#351407)

This commit is contained in:
Emily 2024-10-26 14:28:32 +01:00 committed by GitHub
commit 973a605ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";