xulrunner: move to aliases.nix

XULRunner was removed from Firefox in 2015.
This commit is contained in:
adisbladis 2023-11-03 00:08:14 +13:00
parent 2bba5a3d6e
commit d3be93748d
3 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cargo, rustc, autoreconfHook, jdk, glib, xulrunner, zip, pkg-config, npapi_sdk, bash, bc }:
{ lib, stdenv, fetchFromGitHub, cargo, rustc, autoreconfHook, jdk, glib, firefox-unwrapped, zip, pkg-config, npapi_sdk, bash, bc }:
stdenv.mkDerivation rec {
pname = "adoptopenjdk-icedtea-web";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook pkg-config bc ];
buildInputs = [ cargo rustc glib xulrunner zip npapi_sdk ];
buildInputs = [ cargo rustc glib firefox-unwrapped zip npapi_sdk ];
preConfigure = ''
configureFlagsArray+=("BIN_BASH=${bash}/bin/bash")

View file

@ -977,6 +977,7 @@ mapAliases ({
xineLib = xine-lib; # Added 2021-04-27
xineUI = xine-ui; # Added 2021-04-27
xtrt = throw "xtrt has been removed due to being abandoned"; # Added 2023-05-25
xulrunner = firefox-unwrapped; # Added 2023-11-03
xvfb_run = xvfb-run; # Added 2021-05-07
### Y ###

View file

@ -41670,8 +41670,6 @@ with pkgs;
tora = libsForQt5.callPackage ../development/tools/tora { };
xulrunner = firefox-unwrapped;
xrq = callPackage ../applications/misc/xrq { };
pynitrokey = callPackage ../tools/security/pynitrokey { };