claws-mail: fix conflict with shared_mime_info link

Fixes #10156. Close #10157.
This commit is contained in:
Bryan Gardiner 2015-09-30 09:50:51 -07:00 committed by Vladimír Čunát
parent c39a557095
commit 4eb5068a13

View file

@ -40,6 +40,7 @@ stdenv.mkDerivation {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.khumba ];
priority = 10; # Resolve the conflict with the share/mime link we create.
};
src = fetchurl {