chatzilla: Remove
Chatzilla no longer works since Firefox 57 due to the removal of XUL.
This commit is contained in:
parent
e98c2c8101
commit
8ac7316db6
@ -1,30 +0,0 @@
|
|||||||
{ stdenv, fetchurl, unzip, firefox-unwrapped, makeWrapper }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "chatzilla-0.9.92";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
# Obtained from http://chatzilla.rdmsoft.com/xulrunner/.
|
|
||||||
url = "https://chatzilla.rdmsoft.com/xulrunner/download/${name}.en-US.xulapp";
|
|
||||||
sha256 = "09asg7ixjrin46xd19ri71g4jdrgb1gg0pk0lwk0dlb1qjxyf1xy";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
|
||||||
|
|
||||||
buildCommand = ''
|
|
||||||
mkdir -p $out/libexec/chatzilla
|
|
||||||
unzip $src -d $out/libexec/chatzilla
|
|
||||||
|
|
||||||
makeWrapper ${firefox-unwrapped}/bin/firefox $out/bin/chatzilla \
|
|
||||||
--add-flags "-app $out/libexec/chatzilla/application.ini"
|
|
||||||
|
|
||||||
sed -i $out/libexec/chatzilla/application.ini -e 's/.*MaxVersion.*/MaxVersion=99.*/'
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = http://chatzilla.hacksrus.com/;
|
|
||||||
description = "Stand-alone version of Chatzilla, an IRC client";
|
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
@ -16750,8 +16750,6 @@ in
|
|||||||
amdappsdk = amdappsdk28;
|
amdappsdk = amdappsdk28;
|
||||||
};
|
};
|
||||||
|
|
||||||
chatzilla = callPackage ../applications/networking/irc/chatzilla { };
|
|
||||||
|
|
||||||
chirp = callPackage ../applications/radio/chirp {
|
chirp = callPackage ../applications/radio/chirp {
|
||||||
inherit (pythonPackages) pyserial pygtk;
|
inherit (pythonPackages) pyserial pygtk;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user