summary refs log tree commit diff
path: root/pkgs/desktops/xfce/core
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 15:24:37 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-21 15:49:54 -0400
commited14223f8c30c014190e87914126578babd94c3e (patch)
treea0cf6d519d4d4d8507b204076ae5b0dad40f0d18 /pkgs/desktops/xfce/core
parent7a733ceda45d9e7842685523cfebeee07aaa3f97 (diff)
downloadnixlib-ed14223f8c30c014190e87914126578babd94c3e.tar
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.gz
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.bz2
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.lz
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.xz
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.zst
nixlib-ed14223f8c30c014190e87914126578babd94c3e.zip
treewide: Manual fix more pkg-config build-inputs
Diffstat (limited to 'pkgs/desktops/xfce/core')
-rw-r--r--pkgs/desktops/xfce/core/thunar-build.nix3
-rw-r--r--pkgs/desktops/xfce/core/tumbler.nix3
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/core/thunar-build.nix b/pkgs/desktops/xfce/core/thunar-build.nix
index a68686219ba9..2996040bbd08 100644
--- a/pkgs/desktops/xfce/core/thunar-build.nix
+++ b/pkgs/desktops/xfce/core/thunar-build.nix
@@ -21,8 +21,9 @@ stdenv.mkDerivation rec {
     sed -i -e 's|thunar_dialogs_show_insecure_program (parent, _(".*"), file, exec)|1|' thunar/thunar-file.c
   '';
 
+  nativeBuildInputs = [ pkgconfig ];
   buildInputs = [
-    pkgconfig intltool
+    intltool
     gtk dbus_glib libstartup_notification libnotify libexif pcre udev
     exo libxfce4util xfconf xfce4panel
   ];
diff --git a/pkgs/desktops/xfce/core/tumbler.nix b/pkgs/desktops/xfce/core/tumbler.nix
index 9b29835cdc91..6e785c9438bb 100644
--- a/pkgs/desktops/xfce/core/tumbler.nix
+++ b/pkgs/desktops/xfce/core/tumbler.nix
@@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
 
   outputs = [ "out" "dev" "devdoc" ];
 
+  nativeBuildInputs = [ pkgconfig ];
   buildInputs = [
-    pkgconfig intltool dbus_glib gdk_pixbuf curl freetype
+    intltool dbus_glib gdk_pixbuf curl freetype
     poppler libgsf bzip2
   ];