icecat-3: mark as broken correctly
This commit is contained in:
@@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user