mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
spidermonkey_102: remove
EOL since 2023/09
This commit is contained in:
parent
686fce8780
commit
a93bc09c27
3 changed files with 1 additions and 7 deletions
|
@ -1,4 +0,0 @@
|
||||||
import ./common.nix {
|
|
||||||
version = "102.15.1";
|
|
||||||
hash = "sha512-vbZrT7ViKvPmBYCjvNRk2Y7xPLONasbJ5fwEblZ6ADzwgBJdd0iVDJHEQv3l6AJMUMQYDS9VGqNSgWCjwFrhhw==";
|
|
||||||
}
|
|
|
@ -1401,6 +1401,7 @@ mapAliases ({
|
||||||
spice-gtk_libsoup2 = throw "'spice-gtk_libsoup2' has been renamed to/replaced by 'spice-gtk'"; # Added 2023-02-21
|
spice-gtk_libsoup2 = throw "'spice-gtk_libsoup2' has been renamed to/replaced by 'spice-gtk'"; # Added 2023-02-21
|
||||||
# spidermonkey is not ABI upwards-compatible, so only allow this for nix-shell
|
# spidermonkey is not ABI upwards-compatible, so only allow this for nix-shell
|
||||||
spidermonkey = spidermonkey_78; # Added 2020-10-09
|
spidermonkey = spidermonkey_78; # Added 2020-10-09
|
||||||
|
spidermonkey_102 = throw "'spidermonkey_102' is EOL since 2023/03"; # Added 2024-08-07
|
||||||
spotify-tui = throw "'spotify-tui' has been removed, as it was broken and unmaintained"; # Added 2024-03-12
|
spotify-tui = throw "'spotify-tui' has been removed, as it was broken and unmaintained"; # Added 2024-03-12
|
||||||
spotify-unwrapped = spotify; # added 2022-11-06
|
spotify-unwrapped = spotify; # added 2022-11-06
|
||||||
spring-boot = spring-boot-cli; # added 2020-04-24
|
spring-boot = spring-boot-cli; # added 2020-04-24
|
||||||
|
|
|
@ -17128,9 +17128,6 @@ with pkgs;
|
||||||
spidermonkey_91 = callPackage ../development/interpreters/spidermonkey/91.nix {
|
spidermonkey_91 = callPackage ../development/interpreters/spidermonkey/91.nix {
|
||||||
inherit (darwin) libobjc;
|
inherit (darwin) libobjc;
|
||||||
};
|
};
|
||||||
spidermonkey_102 = callPackage ../development/interpreters/spidermonkey/102.nix {
|
|
||||||
inherit (darwin) libobjc;
|
|
||||||
};
|
|
||||||
spidermonkey_115 = callPackage ../development/interpreters/spidermonkey/115.nix {
|
spidermonkey_115 = callPackage ../development/interpreters/spidermonkey/115.nix {
|
||||||
inherit (darwin) libobjc;
|
inherit (darwin) libobjc;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue