mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
claws-mail: fix conflict with shared_mime_info link
Fixes #10156. Close #10157.
This commit is contained in:
parent
c39a557095
commit
4eb5068a13
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user