Hot-fixing kile's nl handbook compilation problem on KDE-4.7 by removing it.

svn path=/nixpkgs/trunk/; revision=34568
This commit is contained in:
Vladimír Čunát 2012-06-20 09:11:58 +00:00
parent 9c3087b6cb
commit cf2a383bc7

View File

@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ cmake gettext ];
buildInputs = [ kdelibs ];
# for KDE 4.7 the nl translations fail since kile-2.1.2
preConfigure = "rm -r translations/nl";
meta = {
description = "An integrated LaTeX editor for KDE";
homepage = http://kile.sourceforge.net;