@@ -107,7 +107,7 @@ Now that this is out of the way. To add a package to Nixpkgs:
- 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.
-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.
-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.
adtool=throw"'adtool' has been removed, as it was broken and unmaintained";
adobe-reader=throw"'adobe-reader' has been removed, as it was broken, outdated and insecure";# added 2025-05-31
adom=throw"'adom' has been removed, as it was broken and unmaintained";# added 2024-05-09
adoptopenjdk-bin=throw"adoptopenjdk has been removed as the upstream project is deprecated. Consider using `temurin-bin`";# Added 2024-05-09
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