* Fix incorrect path to kde4-config in startkde.

svn path=/nixpkgs/branches/kde-4.7/; revision=27812
This commit is contained in:
Eelco Dolstra 2011-07-17 15:55:33 +00:00
parent f3d8b47f22
commit 9e92839468

View File

@ -18,6 +18,12 @@ kde.package {
# kwinglutils_funcs.cpp and clock_gettime in kdm/backend/dm.c.
NIX_LDFLAGS = "-ldl -lrt";
preConfigure =
''
# Fix incorrect path to kde4-config.
substituteInPlace startkde.cmake --replace '$bindir/kde4-config' ${kdelibs}/bin/kde4-config
'';
meta = {
description = "KDE workspace components such as Plasma, Kwin and System Settings";
license = "GPLv2";