Merge pull request #157520 from jshholland/wayland-writeScriptBin

{element-desktop,schildichat}-wayland: use writeScriptBin instead of …
This commit is contained in:
Wout Mertens
2022-01-31 16:13:30 +01:00
committed by GitHub

View File

@@ -2969,7 +2969,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
electron = electron_13;
};
element-desktop-wayland = writeScript "element-desktop-wayland" ''
element-desktop-wayland = writeScriptBin "element-desktop" ''
#!/bin/sh
NIXOS_OZONE_WL=1 exec ${element-desktop}/bin/element-desktop "$@"
'';
@@ -4978,7 +4978,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
electron = electron_13;
};
schildichat-desktop-wayland = writeScript "schildichat-desktop-wayland" ''
schildichat-desktop-wayland = writeScriptBin "schildichat-desktop" ''
#!/bin/sh
NIXOS_OZONE_WL=1 exec ${schildichat-desktop}/bin/schildichat-desktop "$@"
'';