gnupg: Give the 1compat package a higher priority
This resolves collision warnings with the regular gnupg packages.
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user