Add mimeType to discord package (#76057)
* Add mimeType to discord package * Fix spacing
This commit is contained in:
parent
2197fed076
commit
2fd95ac349
@ -48,6 +48,7 @@ in stdenv.mkDerivation rec {
|
||||
inherit desktopName;
|
||||
genericName = meta.description;
|
||||
categories = "Network;InstantMessaging;";
|
||||
mimeType = "x-scheme-handler/discord";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user