libiconv: disable overly strict asssertion in libiconv
This commit is contained in:
parent
5ac5a3ebb5
commit
41435ee8a6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
, buildPlatform, hostPlatform
|
||||
}:
|
||||
|
||||
assert !stdenv.isLinux || hostPlatform != buildPlatform; # TODO: improve on cross
|
||||
# assert !stdenv.isLinux || hostPlatform != buildPlatform; # TODO: improve on cross
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libiconv-${version}";
|
||||
|
|
Loading…
Reference in a new issue