nokogiri: use libiconvOrEmpty. assert libiconv is not used on linux

This commit is contained in:
Domen Kožar
2014-11-22 21:13:22 +01:00
parent 8bf10bfc26
commit d562934ee7
2 changed files with 5 additions and 3 deletions
@@ -1,5 +1,7 @@
{ fetchurl, stdenv }:
assert (!stdenv.isLinux);
stdenv.mkDerivation rec {
name = "libiconv-1.14";