mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +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"
|
||||
];
|
||||
startupWMClass = "Element";
|
||||
mimeTypes = [ "x-scheme-handler/element" ];
|
||||
mimeTypes = [
|
||||
"x-scheme-handler/element"
|
||||
"x-scheme-handler/io.element.desktop"
|
||||
];
|
||||
};
|
||||
|
||||
postFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue