libiconvOrEmpty: always return a list
- fixes nixpkgs-tarball
This commit is contained in:
parent
aa4ce18077
commit
af3a95d6f3
@ -4148,7 +4148,7 @@ let
|
||||
|
||||
libiconv = callPackage ../development/libraries/libiconv { };
|
||||
|
||||
libiconvOrEmpty = if (libiconvOrNull == null) then [] else libiconv;
|
||||
libiconvOrEmpty = if (libiconvOrNull == null) then [] else [libiconv];
|
||||
|
||||
libiconvOrNull =
|
||||
if ((gcc ? libc && (gcc.libc != null)) || stdenv.isGlibc)
|
||||
|
Loading…
Reference in New Issue
Block a user