mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
gnupg: Give the 1compat package a higher priority
This resolves collision warnings with the regular gnupg packages.
This commit is contained in:
parent
7fe25124bc
commit
e410c78cd5
@ -21,5 +21,6 @@ stdenv.mkDerivation {
|
||||
meta = gnupg.meta // {
|
||||
description = gnupg.meta.description +
|
||||
" with symbolic links for gpg and gpgv";
|
||||
priority = -1;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user