top-level/all-packages: Add case for providing iconv bin on FreeBSD
This commit is contained in:
@@ -22484,6 +22484,8 @@ with pkgs;
|
||||
lib.getBin stdenv.cc.libc
|
||||
else if stdenv.hostPlatform.isDarwin then
|
||||
lib.getBin libiconv
|
||||
else if stdenv.hostPlatform.isFreeBSD then
|
||||
lib.getBin freebsd.iconv
|
||||
else
|
||||
lib.getBin libiconvReal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user