icecat-3: mark as broken correctly

This commit is contained in:
Domen Kožar 2014-08-24 18:07:27 +02:00
parent 669e1a56d6
commit 626b1eca5c

View File

@ -106,7 +106,7 @@ stdenv.mkDerivation {
homepage = http://www.gnu.org/software/gnuzilla/;
license = [ "GPLv2+" "LGPLv2+" "MPLv1+" ];
broken = true;
maintainers = [ ];
platforms = stdenv.lib.platforms.gnu;
};
@ -114,6 +114,5 @@ stdenv.mkDerivation {
passthru = {
inherit gtk version;
isFirefox3Like = true;
broken = true;
};
}