3
0
Fork 0
forked from mirrors/nixpkgs

libiconv: disable overly strict asssertion in libiconv

This commit is contained in:
Will Dietz 2018-01-02 20:16:14 -06:00
parent 5ac5a3ebb5
commit 41435ee8a6

View file

@ -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}";