File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 264
264
libDeps = platform : lib . optionals ( enableTerminfo && ! targetPlatform . isGhcjs && ! targetPlatform . isWasm && ! targetPlatform . isAndroid ) [ ( lib . getLib targetPackages . ncurses ) ( lib . getDev targetPackages . ncurses ) ]
265
265
++ lib . optional ( ! targetPlatform . isGhcjs ) targetLibffi
266
266
++ lib . optional ( ! enableIntegerSimple && ! targetPlatform . isGhcjs && ! targetPlatform . isWasm ) gmp
267
- ++ lib . optional ( platform . libc != "glibc" && ! targetPlatform . isWindows ) targetIconv
267
+ ++ lib . optional ( platform . libc != "glibc" && ! targetPlatform . isWindows && ! targetPlatform . isWasm ) libiconv
268
268
++ lib . optional ( enableNUMA && platform . isLinux && ! platform . isAarch32 && ! platform . isAndroid ) numactl
269
269
++ lib . optional enableDWARF ( lib . getLib elfutils ) ;
270
270
You can’t perform that action at this time.
0 commit comments