Skip to content

Commit 7dfb68e

Browse files
adobe-reader: drop (#411841)
2 parents 61e1e19 + 80d5523 commit 7dfb68e

File tree

4 files changed

+2
-102
lines changed

4 files changed

+2
-102
lines changed

pkgs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Now that this is out of the way. To add a package to Nixpkgs:
107107

108108
- XML::Simple, a Perl module: [`pkgs/top-level/perl-packages.nix`](top-level/perl-packages.nix) (search for the `XMLSimple` attribute). Most Perl modules are so simple to build that they are defined directly in `perl-packages.nix`; no need to make a separate file for them.
109109

110-
- Adobe Reader: [`pkgs/applications/misc/adobe-reader/default.nix`](applications/misc/adobe-reader/default.nix). Shows how binary-only packages can be supported. In particular the `postFixup` phase uses `patchelf` to set the RUNPATH and ELF interpreter of the executables so that the right libraries are found at runtime.
110+
- Discord Game SDK: [`pkgs/by-name/di/discord-gamesdk/package.nix`](./by-name/di/discord-gamesdk/package.nix). Shows how binary-only packages can be supported. In particular, the `autoPatchelfHook` is used to set the RUNPATH and ELF interpreter of the executables so that the right libraries are found at runtime.
111111

112112
Some notes:
113113

pkgs/applications/misc/adobe-reader/default.nix

Lines changed: 0 additions & 99 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ mapAliases {
237237
adminer-pematon = adminneo; # Added 2025-02-20
238238
adminerneo = adminneo; # Added 2025-02-27
239239
adtool = throw "'adtool' has been removed, as it was broken and unmaintained";
240+
adobe-reader = throw "'adobe-reader' has been removed, as it was broken, outdated and insecure"; # added 2025-05-31
240241
adom = throw "'adom' has been removed, as it was broken and unmaintained"; # added 2024-05-09
241242
adoptopenjdk-bin = throw "adoptopenjdk has been removed as the upstream project is deprecated. Consider using `temurin-bin`"; # Added 2024-05-09
242243
adoptopenjdk-bin-17-packages-darwin = throw "adoptopenjdk has been removed as the upstream project is deprecated. Consider using `temurin-bin-17`."; # Added 2024-05-09

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11937,8 +11937,6 @@ with pkgs;
1193711937

1193811938
activitywatch = callPackage ../applications/office/activitywatch/wrapper.nix { };
1193911939

11940-
adobe-reader = pkgsi686Linux.callPackage ../applications/misc/adobe-reader { };
11941-
1194211940
anilibria-winmaclinux = libsForQt5.callPackage ../applications/video/anilibria-winmaclinux { };
1194311941

1194411942
masterpdfeditor4 = libsForQt5.callPackage ../applications/misc/masterpdfeditor4 { };

0 commit comments

Comments
 (0)