Merge pull request #96313 from greydot/wire/dbusmenu

wire-desktop: Add libdbusmenu dependency
This commit is contained in:
Lassulus 2020-09-14 10:24:13 +02:00 committed by GitHub
commit 5f9ce9e495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
, wrapGAppsHook , wrapGAppsHook
, cpio , cpio
, xar , xar
, libdbusmenu
}: }:
let let
@ -109,6 +110,7 @@ let
runtimeDependencies = [ runtimeDependencies = [
(lib.getLib udev) (lib.getLib udev)
libdbusmenu
]; ];
postFixup = '' postFixup = ''