mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Update our default version of GnuPG from 2.0.x to 2.1.x.
This patch closes https://github.com/NixOS/nixpkgs/issues/4888.
This commit is contained in:
parent
ab450f8477
commit
9c10ac957d
1 changed files with 3 additions and 9 deletions
|
@ -1780,17 +1780,11 @@ let
|
|||
gnupatch = callPackage ../tools/text/gnupatch { };
|
||||
|
||||
gnupg1orig = callPackage ../tools/security/gnupg/1.nix { };
|
||||
|
||||
gnupg1compat = callPackage ../tools/security/gnupg/1compat.nix { };
|
||||
|
||||
# use config.packageOverrides if you prefer original gnupg1
|
||||
gnupg1 = gnupg1compat;
|
||||
|
||||
gnupg1 = gnupg1compat; # use config.packageOverrides if you prefer original gnupg1
|
||||
gnupg20 = callPackage ../tools/security/gnupg/20.nix { };
|
||||
|
||||
gnupg21 = lowPrio (callPackage ../tools/security/gnupg/21.nix { });
|
||||
|
||||
gnupg = gnupg20;
|
||||
gnupg21 = callPackage ../tools/security/gnupg/21.nix { };
|
||||
gnupg = gnupg21;
|
||||
|
||||
gnuplot = callPackage ../tools/graphics/gnuplot { qt = qt4; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue