mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nettle27: remove uneeded package superseeded by 3.x
This commit is contained in:
parent
2ea19c7241
commit
b4b6b914c4
|
@ -1,10 +0,0 @@
|
|||
{ callPackage, fetchurl, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "2.7.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
|
||||
sha256 = "0h2vap31yvi1a438d36lg1r1nllfx3y19r4rfxv7slrm6kafnwdw";
|
||||
};
|
||||
})
|
|
@ -7700,7 +7700,6 @@ let
|
|||
|
||||
nethack = callPackage ../games/nethack { };
|
||||
|
||||
nettle27 = callPackage ../development/libraries/nettle/27.nix { };
|
||||
nettle = callPackage ../development/libraries/nettle { };
|
||||
|
||||
newt = callPackage ../development/libraries/newt { };
|
||||
|
|
Loading…
Reference in a new issue