summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorYucheng Zhang <yu@cheng.cat>2017-11-16 18:06:37 +0800
committerYucheng Zhang <yu@cheng.cat>2017-11-16 18:06:37 +0800
commit517741c98e9359c0939e216e5045059a03909339 (patch)
tree2b82adf15855002865b4ca05f5818161d788f8fa /pkgs/desktops
parentef0486b1f91fc9df5a0d92a32765f3aa18be6345 (diff)
downloadnixlib-517741c98e9359c0939e216e5045059a03909339.tar
nixlib-517741c98e9359c0939e216e5045059a03909339.tar.gz
nixlib-517741c98e9359c0939e216e5045059a03909339.tar.bz2
nixlib-517741c98e9359c0939e216e5045059a03909339.tar.lz
nixlib-517741c98e9359c0939e216e5045059a03909339.tar.xz
nixlib-517741c98e9359c0939e216e5045059a03909339.tar.zst
nixlib-517741c98e9359c0939e216e5045059a03909339.zip
thunar: add wrapGAppsHook
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/core/thunar-build.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/core/thunar-build.nix b/pkgs/desktops/xfce/core/thunar-build.nix
index 2996040bbd08..bfc55f87b5cd 100644
--- a/pkgs/desktops/xfce/core/thunar-build.nix
+++ b/pkgs/desktops/xfce/core/thunar-build.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, pkgconfig, intltool
 , gtk, dbus_glib, libstartup_notification, libnotify, libexif, pcre, udev
-, exo, libxfce4util, xfconf, xfce4panel
+, exo, libxfce4util, xfconf, xfce4panel, wrapGAppsHook
 }:
 
 stdenv.mkDerivation rec {
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     sed -i -e 's|thunar_dialogs_show_insecure_program (parent, _(".*"), file, exec)|1|' thunar/thunar-file.c
   '';
 
-  nativeBuildInputs = [ pkgconfig ];
+  nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
   buildInputs = [
     intltool
     gtk dbus_glib libstartup_notification libnotify libexif pcre udev