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.
This commit is contained in:
Florian Klink 2022-04-14 20:02:28 +02:00
parent fec97e511e
commit 68e866ecf2

View File

@ -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