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
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

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