gnupg: Give the 1compat package a higher priority

This resolves collision warnings with the regular gnupg packages.
This commit is contained in:
Eelco Dolstra
2017-04-04 15:48:55 +02:00
parent 7fe25124bc
commit e410c78cd5

View File

@@ -21,5 +21,6 @@ stdenv.mkDerivation {
meta = gnupg.meta // {
description = gnupg.meta.description +
" with symbolic links for gpg and gpgv";
priority = -1;
};
}