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
|
{ stdenv, autoconf, automake, libtool, gnome3, which, fetchgit, libgtop, libwnck3, glib, vala, pkgconfig
|
||||||
, libstartup_notification, gobject-introspection, gtk-doc, docbook_xsl
|
, libstartup_notification, gobject-introspection, gtk-doc, docbook_xsl
|
||||||
, xorgserver, dbus, python2 }:
|
, xorgserver, dbus, python2, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bamf-${version}";
|
name = "bamf-${version}";
|
||||||
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
python2.pkgs.libxml2
|
python2.pkgs.libxml2
|
||||||
dbus
|
dbus
|
||||||
xorgserver
|
xorgserver
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user