Skip to content

Commit

Permalink
signal-desktop: Add libdbusmenu support
Browse files Browse the repository at this point in the history
Provides optional menu bar support for various desktop environments.
  • Loading branch information
LouisDK1 authored and primeos committed Aug 24, 2020
1 parent 16f18c3 commit 0fec62c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
, gnome2, gtk3, atk, at-spi2-atk, cairo, pango, gdk-pixbuf, glib, freetype, fontconfig
, dbus, libX11, xorg, libXi, libXcursor, libXdamage, libXrandr, libXcomposite
, libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nss, nspr, alsaLib
, cups, expat, systemd, libnotify, libuuid, at-spi2-core, libappindicator-gtk3
, cups, expat, libuuid, at-spi2-core, libappindicator-gtk3
# Runtime dependencies:
, systemd, libnotify, libdbusmenu
# Unfortunately this also overwrites the UI language (not just the spell
# checking language!):
, hunspellDicts, spellcheckerLanguage ? null # E.g. "de_DE"
Expand Down Expand Up @@ -81,6 +83,7 @@ in stdenv.mkDerivation rec {
runtimeDependencies = [
systemd.lib
libnotify
libdbusmenu
];

unpackPhase = "dpkg-deb -x $src .";
Expand Down

0 comments on commit 0fec62c

Please sign in to comment.