3
0
Fork 0
forked from mirrors/nixpkgs

perlPaclages.UnicodeICUCollator: mark as broken

This commit is contained in:
Domen Kožar 2015-09-06 16:01:06 +02:00
parent 1cf322c9da
commit 03e06f2c52

View file

@ -11768,6 +11768,7 @@ let self = _self // overrides; _self = with self; {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ ocharles ];
platforms = stdenv.lib.platforms.unix;
broken = true; # tests fail http://hydra.nixos.org/build/25141764/nixlog/1/raw
};
buildInputs = [ pkgs.icu ];
};