Add mimeType to discord package (#76057)

* Add mimeType to discord package

* Fix spacing
This commit is contained in:
skykanin
2019-12-20 07:50:19 +02:00
committed by Danylo Hlynskyi
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; {