Drop spidermonkey from aliases

It's already aliased in all-packages.

This creates issues at least for the mediatomb build.

Related to #93450#issuecomment-705408544
This commit is contained in:
Antoine R. Dumont (@ardumont) 2020-10-08 12:42:10 +02:00
parent 420f89ceb2
commit b1062d4dcd
No known key found for this signature in database
GPG Key ID: 52E2E9840D10C3B8
2 changed files with 1 additions and 2 deletions

View File

@ -661,7 +661,6 @@ mapAliases ({
youtubeDL = youtube-dl; # added 2014-10-26
zdfmediathk = mediathekview; # added 2019-01-19
gnome_user_docs = gnome-user-docs; # added 2019-11-20
spidermonkey = spidermonkey_68; # added 2020-09-30
# TODO(ekleog): add wasm alias to ocamlPackages.wasm after 19.03
# branch-off

View File

@ -10364,7 +10364,7 @@ in
spidermonkey_60 = callPackage ../development/interpreters/spidermonkey/60.nix { };
spidermonkey_68 = callPackage ../development/interpreters/spidermonkey/68.nix { };
spidermonkey_78 = callPackage ../development/interpreters/spidermonkey/78.nix { };
spidermonkey = spidermonkey_38;
spidermonkey = spidermonkey_68;
ssm-agent = callPackage ../applications/networking/cluster/ssm-agent { };
ssm-session-manager-plugin = callPackage ../applications/networking/cluster/ssm-session-manager-plugin { };