mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
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:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user