icecat-3: mark as broken correctly
This commit is contained in:
parent
669e1a56d6
commit
626b1eca5c
@ -106,7 +106,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
homepage = http://www.gnu.org/software/gnuzilla/;
|
homepage = http://www.gnu.org/software/gnuzilla/;
|
||||||
license = [ "GPLv2+" "LGPLv2+" "MPLv1+" ];
|
license = [ "GPLv2+" "LGPLv2+" "MPLv1+" ];
|
||||||
|
broken = true;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.gnu;
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
};
|
};
|
||||||
@ -114,6 +114,5 @@ stdenv.mkDerivation {
|
|||||||
passthru = {
|
passthru = {
|
||||||
inherit gtk version;
|
inherit gtk version;
|
||||||
isFirefox3Like = true;
|
isFirefox3Like = true;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user