From 68e866ecf276306e48d16c1468542ab05dbae835 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 14 Apr 2022 20:02:28 +0200 Subject: [PATCH] wire-desktop: fix linux build autopatchelf currently fails. adding libxshmfence was included in https://github.com/NixOS/nixpkgs/pull/168636, but missing in https://github.com/NixOS/nixpkgs/pull/168317. --- .../networking/instant-messengers/wire-desktop/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix index 974d9a6a05df..76d18f745689 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