bamf: add wrapGAppsHook
This commit is contained in:
parent
5d5c24be36
commit
0125544e2a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user