diff --git a/pkgs/applications/editors/kile/default.nix b/pkgs/applications/editors/kile/default.nix index e837dfdecc1..a24c6b18d8c 100644 --- a/pkgs/applications/editors/kile/default.nix +++ b/pkgs/applications/editors/kile/default.nix @@ -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;