about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-16 22:52:36 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-16 23:10:23 -0400
commit0125544e2a0552590c87dca1583768b49ba911c0 (patch)
treecc67ef8bafa553035367362d9a06cc0bf0cd892a /pkgs/development/libraries
parent5d5c24be3617e6356ea2f345b4cf931182e21360 (diff)
downloadnixlib-0125544e2a0552590c87dca1583768b49ba911c0.tar
nixlib-0125544e2a0552590c87dca1583768b49ba911c0.tar.gz
nixlib-0125544e2a0552590c87dca1583768b49ba911c0.tar.bz2
nixlib-0125544e2a0552590c87dca1583768b49ba911c0.tar.lz
nixlib-0125544e2a0552590c87dca1583768b49ba911c0.tar.xz
nixlib-0125544e2a0552590c87dca1583768b49ba911c0.tar.zst
nixlib-0125544e2a0552590c87dca1583768b49ba911c0.zip
bamf: add wrapGAppsHook
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/bamf/default.nix3
1 files changed, 2 insertions, 1 deletions
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 = [