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:
@@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildNativeInputs = [ cmake gettext ];
|
buildNativeInputs = [ cmake gettext ];
|
||||||
buildInputs = [ kdelibs ];
|
buildInputs = [ kdelibs ];
|
||||||
|
|
||||||
|
# for KDE 4.7 the nl translations fail since kile-2.1.2
|
||||||
|
preConfigure = "rm -r translations/nl";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An integrated LaTeX editor for KDE";
|
description = "An integrated LaTeX editor for KDE";
|
||||||
homepage = http://kile.sourceforge.net;
|
homepage = http://kile.sourceforge.net;
|
||||||
|
|||||||
Reference in New Issue
Block a user