about summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-17 20:59:47 +0000
committerGitHub <noreply@github.com>2017-11-17 20:59:47 +0000
commitb7734b61a0a4076ac9f940217272acf7e75c851f (patch)
treef331781654c0deda8724f8a52a079fae16786c09 /pkgs/desktops/xfce
parente283833d9c1121b3a4e2a2cb79bce3231b3e02e6 (diff)
parent517741c98e9359c0939e216e5045059a03909339 (diff)
downloadnixlib-b7734b61a0a4076ac9f940217272acf7e75c851f.tar
nixlib-b7734b61a0a4076ac9f940217272acf7e75c851f.tar.gz
nixlib-b7734b61a0a4076ac9f940217272acf7e75c851f.tar.bz2
nixlib-b7734b61a0a4076ac9f940217272acf7e75c851f.tar.lz
nixlib-b7734b61a0a4076ac9f940217272acf7e75c851f.tar.xz
nixlib-b7734b61a0a4076ac9f940217272acf7e75c851f.tar.zst
nixlib-b7734b61a0a4076ac9f940217272acf7e75c851f.zip
Merge pull request #31736 from ChengCat/chengcat
thunar: add wrapGAppsHook
Diffstat (limited to 'pkgs/desktops/xfce')
-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