3
0
Fork 0
forked from mirrors/nixpkgs

xfce: fix typo introduced in recent commit (s/gtk/gtk3/)

Fix typo introduced in commit 0b2dd3a12f
(Xfce: Don't depend on GTK+ 3 by default).
This commit is contained in:
Bjørn Forsman 2014-04-29 19:11:04 +02:00
parent 90dac235bb
commit b802924af1

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
name = "${p_name}-${ver_maj}.${ver_min}"; name = "${p_name}-${ver_maj}.${ver_min}";
#TODO: gtk3 #TODO: gtk3
buildInputs = [ pkgconfig intltool gtk ] ++ stdenv.lib.optional enableGtk3Support gtk; buildInputs = [ pkgconfig intltool gtk ] ++ stdenv.lib.optional enableGtk3Support gtk3;
meta = { meta = {
homepage = http://www.xfce.org/; homepage = http://www.xfce.org/;