libticonv: link with libiconv

the darwin sdk rework removed the libiconv hook which adds -liconv so
add explicitly to work around broken autoconf libiconv detection
This commit is contained in:
Reno Dakota
2024-10-26 12:23:57 +00:00
parent 1889ebd947
commit 64efe2b912
@@ -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";