libiconv: disable overly strict asssertion in libiconv
This commit is contained in:
parent
5ac5a3ebb5
commit
41435ee8a6
@ -2,7 +2,7 @@
|
|||||||
, buildPlatform, hostPlatform
|
, buildPlatform, hostPlatform
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert !stdenv.isLinux || hostPlatform != buildPlatform; # TODO: improve on cross
|
# assert !stdenv.isLinux || hostPlatform != buildPlatform; # TODO: improve on cross
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libiconv-${version}";
|
name = "libiconv-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user