mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 23:19:25 +03:00
element-desktop: add support for io.element.desktop scheme (#407281)
This commit is contained in:
commit
6f82867e37
1 changed files with 4 additions and 1 deletions
|
@ -123,7 +123,10 @@ stdenv.mkDerivation (
|
||||||
"Chat"
|
"Chat"
|
||||||
];
|
];
|
||||||
startupWMClass = "Element";
|
startupWMClass = "Element";
|
||||||
mimeTypes = [ "x-scheme-handler/element" ];
|
mimeTypes = [
|
||||||
|
"x-scheme-handler/element"
|
||||||
|
"x-scheme-handler/io.element.desktop"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
postFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
postFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue