mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
* Don't use the prerelease of GnuPG by default.
svn path=/nixpkgs/trunk/; revision=34054
This commit is contained in:
parent
e3ccebccec
commit
bcefaeea13
@ -774,9 +774,9 @@ let
|
||||
|
||||
gnupg = callPackage ../tools/security/gnupg { };
|
||||
|
||||
gnupg2_1 = callPackage ../tools/security/gnupg/git.nix {
|
||||
gnupg2_1 = lowPrio (callPackage ../tools/security/gnupg/git.nix {
|
||||
libassuan = libassuan2_1;
|
||||
};
|
||||
});
|
||||
|
||||
gnuplot = callPackage ../tools/graphics/gnuplot {
|
||||
texLive = null;
|
||||
|
Loading…
Reference in New Issue
Block a user