summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-03-26 10:57:03 -0400
committerGitHub <noreply@github.com>2020-03-26 10:57:03 -0400
commit9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763 (patch)
tree5c96aa9090fac48855090f4be3f66e3d079a7f58
parent0bc0823ff72c9384880328b7b9734559bdb5b065 (diff)
parentda587daae5feae652cd7ee6e8799ccd5021561a3 (diff)
downloadnixpkgs-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar
nixpkgs-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.gz
nixpkgs-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.bz2
nixpkgs-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.lz
nixpkgs-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.xz
nixpkgs-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.zst
nixpkgs-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.zip
Merge pull request #83274 from arianvp/patch-5
wire-desktop: Fix StartupWMClass
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
index c04851d586b..b6ed6ae9b22 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -75,7 +75,7 @@ let
       icon = "wire-desktop";
       name = "wire-desktop";
       extraEntries = ''
-        StartupWMClass="Wire"
+        StartupWMClass=Wire
       '';
     };