bamf: add wrapGAppsHook

This commit is contained in:
worldofpeace 2019-03-16 22:52:36 -04:00
parent 5d5c24be36
commit 0125544e2a

View File

@ -1,6 +1,6 @@
{ stdenv, autoconf, automake, libtool, gnome3, which, fetchgit, libgtop, libwnck3, glib, vala, pkgconfig
, libstartup_notification, gobject-introspection, gtk-doc, docbook_xsl
, xorgserver, dbus, python2 }:
, xorgserver, dbus, python2, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "bamf-${version}";
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
python2.pkgs.libxml2
dbus
xorgserver
wrapGAppsHook
];
buildInputs = [