Skip to content

Commit

Permalink
palemoon: Drop
Browse files Browse the repository at this point in the history
It has Python 2.x as a build-time dependency, which has been EOL for years and was finally marked as insecure in #201859.
As such, it has been unbuildable on master without enabling insecure packages for almost half a year.

Upstream has no plans to migrate their build system away from py2 (though they might accept help with it), so we'll have to drop it:
https://forum.palemoon.org/viewtopic.php?f=62&t=28863&p=232152
  • Loading branch information
OPNA2608 authored and AndersonTorres committed May 18, 2023
1 parent 984046c commit 9f3b538
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 272 deletions.
222 changes: 0 additions & 222 deletions pkgs/applications/networking/browsers/palemoon/default.nix

This file was deleted.

49 changes: 0 additions & 49 deletions pkgs/applications/networking/browsers/palemoon/mozconfig

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ mapAliases ({

p11_kit = throw "'p11_kit' has been renamed to/replaced by 'p11-kit'"; # Converted to throw 2022-02-22
packet-cli = metal-cli; # Added 2021-10-25
palemoon = throw "palemoon has been dropped due to python2 being EOL and marked insecure. Use 'palemoon-bin' instead"; # Added 2023-05-18
paperless = paperless-ngx; # Added 2021-06-06
paperless-ng = paperless-ngx; # Added 2022-04-11
paper-note = throw "paper-note has been removed: abandoned by upstream"; # Added 2023-05-03
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33199,7 +33199,6 @@ with pkgs;

osmscout-server = libsForQt5.callPackage ../applications/misc/osmscout-server { };

palemoon = callPackage ../applications/networking/browsers/palemoon { };
palemoon-bin = callPackage ../applications/networking/browsers/palemoon/bin.nix { };

paleta = callPackage ../applications/graphics/paleta { };
Expand Down

0 comments on commit 9f3b538

Please sign in to comment.