mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
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:
parent
fec97e511e
commit
68e866ecf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user