about summary refs log tree commit diff
path: root/pkgs/applications/networking
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 /pkgs/applications/networking
parent0bc0823ff72c9384880328b7b9734559bdb5b065 (diff)
parentda587daae5feae652cd7ee6e8799ccd5021561a3 (diff)
downloadnixlib-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar
nixlib-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.gz
nixlib-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.bz2
nixlib-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.lz
nixlib-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.xz
nixlib-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.tar.zst
nixlib-9127e02eb5d66f4b4e56dbd8c0d7bfc6148ad763.zip
Merge pull request #83274 from arianvp/patch-5
wire-desktop: Fix StartupWMClass
Diffstat (limited to 'pkgs/applications/networking')
-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 c04851d586b4..b6ed6ae9b228 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
       '';
     };