Skip to content

Commit b88d4a6

Browse files
committed
libgcrypt_1_8: drop
`libgcrypt_1_8` is end-of-life since 2024-12-31, see https://www.gnupg.org/download/index.html#end-of-life
1 parent f8bca3f commit b88d4a6

File tree

3 files changed

+1
-90
lines changed

3 files changed

+1
-90
lines changed

pkgs/development/libraries/libgcrypt/1.8.nix

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

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ mapAliases {
672672
libbitcoin-network = throw "libbitcoin-network has been removed as it required an obsolete version of Boost and had no maintainer in Nixpkgs"; # Added 2024-11-24
673673
libbitcoin-protocol = throw "libbitcoin-protocol has been removed as it required an obsolete version of Boost and had no maintainer in Nixpkgs"; # Added 2024-11-24
674674
libdwg = throw "libdwg has been removed as upstream is unmaintained, the code doesn't build without significant patches, and the package had no reverse dependencies"; # Added 2024-12-28
675+
libgcrypt_1_8 = throw "'libgcrypt_1_8' is end-of-life. Consider using 'libgcrypt' instead"; # Added 2025-01-05
675676
libgme = game-music-emu; # Added 2022-07-20
676677
libgnome-keyring3 = libgnome-keyring; # Added 2024-06-22
677678
libgpgerror = throw "'libgpgerror' has been renamed to/replaced by 'libgpg-error'"; # Converted to throw 2024-10-17

pkgs/top-level/all-packages.nix

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

96699669
libgcrypt = callPackage ../development/libraries/libgcrypt { };
96709670

9671-
libgcrypt_1_8 = callPackage ../development/libraries/libgcrypt/1.8.nix { };
9672-
96739671
libgdiplus = callPackage ../development/libraries/libgdiplus {
96749672
inherit (darwin.apple_sdk.frameworks) Carbon;
96759673
};

0 commit comments

Comments
 (0)