diff --git a/pkgs/development/libraries/bamf/default.nix b/pkgs/development/libraries/bamf/default.nix index e741305f9913..9d5063d8f07d 100644 --- a/pkgs/development/libraries/bamf/default.nix +++ b/pkgs/development/libraries/bamf/default.nix @@ -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 = [