From f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 21 Aug 2019 23:30:12 -0500 Subject: xmind: fix mimeType, xscheme-handler -> x-scheme-handler --- pkgs/applications/misc/xmind/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/misc/xmind') diff --git a/pkgs/applications/misc/xmind/default.nix b/pkgs/applications/misc/xmind/default.nix index fc5abf10989..433f6c61477 100644 --- a/pkgs/applications/misc/xmind/default.nix +++ b/pkgs/applications/misc/xmind/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { desktopName = "XMind"; comment = meta.description; categories = "Office;"; - mimeType = "application/xmind;xscheme-handler/xmind"; + mimeType = "application/xmind;x-scheme-handler/xmind"; }; installPhase = let -- cgit 1.4.1