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 // {
|
meta = gnupg.meta // {
|
||||||
description = gnupg.meta.description +
|
description = gnupg.meta.description +
|
||||||
" with symbolic links for gpg and gpgv";
|
" with symbolic links for gpg and gpgv";
|
||||||
|
priority = -1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user