about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/wire-desktop
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-04-14 23:55:01 +0300
committerGitHub <noreply@github.com>2022-04-14 23:55:01 +0300
commit5849fe99b82226c926458935104997da56f8bccb (patch)
tree8aa895c29c54785c0a232ffe7eede9156952ddd2 /pkgs/applications/networking/instant-messengers/wire-desktop
parent15b5c29a41308e1460c015875354571880e8b120 (diff)
parent68e866ecf276306e48d16c1468542ab05dbae835 (diff)
Merge pull request #168653 from flokli/wire-desktop-libxshmfence
wire-desktop: fix linux build
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/wire-desktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix3
1 files changed, 2 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 4b06588c24f3e..4d7a2218e7dfa 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -11,6 +11,7 @@
 , cpio
 , xar
 , libdbusmenu
+, libxshmfence
 }:
 
 let
@@ -90,7 +91,7 @@ let
       wrapGAppsHook
     ];
 
-    buildInputs = atomEnv.packages;
+    buildInputs = [ libxshmfence ] ++ atomEnv.packages;
 
     unpackPhase = ''
       runHook preUnpack