We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378742f commit 4657eb4Copy full SHA for 4657eb4
1 file changed
pkgs/development/libraries/libiconv/default.nix
@@ -5,7 +5,7 @@
5
updateAutotoolsGnuConfigScriptsHook,
6
enableStatic ? stdenv.hostPlatform.isStatic,
7
enableShared ? !stdenv.hostPlatform.isStatic,
8
- enableDarwinABICompat ? false,
+ enableDarwinABICompat ? stdenv.hostPlatform.isDarwin,
9
}:
10
11
# assert !stdenv.hostPlatform.isLinux || stdenv.hostPlatform != stdenv.buildPlatform; # TODO: improve on cross
0 commit comments