libiconv: disable overly strict asssertion in libiconv

wip/yesman
Will Dietz 7 years ago
parent 5ac5a3ebb5
commit 41435ee8a6
  1. 2
      pkgs/development/libraries/libiconv/default.nix

@ -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…
Cancel
Save