summary refs log tree commit diff
path: root/pkgs/desktops/xfce/core
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-04-29 19:11:04 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-04-29 19:13:43 +0200
commitb802924af1d8e5d2362e965c437908161e9ec971 (patch)
treecfa527cf01aea9231338d66ad5780629cdeff06c /pkgs/desktops/xfce/core
parent90dac235bb409e5795aa460b34388c455178035c (diff)
downloadnixlib-b802924af1d8e5d2362e965c437908161e9ec971.tar
nixlib-b802924af1d8e5d2362e965c437908161e9ec971.tar.gz
nixlib-b802924af1d8e5d2362e965c437908161e9ec971.tar.bz2
nixlib-b802924af1d8e5d2362e965c437908161e9ec971.tar.lz
nixlib-b802924af1d8e5d2362e965c437908161e9ec971.tar.xz
nixlib-b802924af1d8e5d2362e965c437908161e9ec971.tar.zst
nixlib-b802924af1d8e5d2362e965c437908161e9ec971.zip
xfce: fix typo introduced in recent commit (s/gtk/gtk3/)
Fix typo introduced in commit 0b2dd3a12fca27a185f9c5518acb7d73d140e1e5
(Xfce: Don't depend on GTK+ 3 by default).
Diffstat (limited to 'pkgs/desktops/xfce/core')
-rw-r--r--pkgs/desktops/xfce/core/gtk-xfce-engine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/core/gtk-xfce-engine.nix b/pkgs/desktops/xfce/core/gtk-xfce-engine.nix
index 8252548b856b..5004f2aaf478 100644
--- a/pkgs/desktops/xfce/core/gtk-xfce-engine.nix
+++ b/pkgs/desktops/xfce/core/gtk-xfce-engine.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   name = "${p_name}-${ver_maj}.${ver_min}";
 
   #TODO: gtk3
-  buildInputs = [ pkgconfig intltool gtk ] ++ stdenv.lib.optional enableGtk3Support gtk;
+  buildInputs = [ pkgconfig intltool gtk ] ++ stdenv.lib.optional enableGtk3Support gtk3;
 
   meta = {
     homepage = http://www.xfce.org/;