arora: Remove

It's last release was 10 years ago, and it won't build since a long time
now, due to webkit unfound for qt4.
gstqt5
Doron Behar 2020-09-09 09:51:37 +03:00
parent 44cb86f0d8
commit 8eeb526255
3 changed files with 1 additions and 28 deletions

View File

@ -1,26 +0,0 @@
{ stdenv, fetchFromGitHub, qt4, qmake4Hook }:
stdenv.mkDerivation rec {
pname = "arora";
version = "0.11.0";
src = fetchFromGitHub {
owner = "Arora";
repo = "arora";
rev = version;
sha256 = "0wmivgx3mw51rghi6q8fgivpkqc98z2mqmllf7c98ln0wd8rkf3c";
};
buildInputs = [ qt4 ];
nativeBuildInputs = [ qmake4Hook ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
platforms = qt4.meta.platforms;
maintainers = [ maintainers.phreedom ];
description = "A cross-platform Qt4 Webkit browser";
homepage = "https://github.com/Arora/arora";
license = with licenses; [ gpl2 gpl3 ];
};
}

View File

@ -44,6 +44,7 @@ mapAliases ({
ammonite-repl = ammonite; # added 2017-05-02
antimicro = throw "antimicro has been removed as it was broken, see antimicroX instead."; # added 2020-08-06
arduino_core = arduino-core; # added 2015-02-04
arora = throw "arora has been removed."; # added 2020-09-09
asciidocFull = asciidoc-full; # added 2014-06-22
at_spi2_atk = at-spi2-atk; # added 2018-02-25
at_spi2_core = at-spi2-core; # added 2018-02-25

View File

@ -19494,8 +19494,6 @@ in
arion = callPackage ../applications/virtualization/arion { };
arora = callPackage ../applications/networking/browsers/arora { };
asuka = callPackage ../applications/networking/browsers/asuka {
inherit (darwin.apple_sdk.frameworks) Security;
};