* Fix incorrect path to kde4-config in startkde.
svn path=/nixpkgs/branches/kde-4.7/; revision=27812
This commit is contained in:
parent
f3d8b47f22
commit
9e92839468
@ -18,6 +18,12 @@ kde.package {
|
|||||||
# kwinglutils_funcs.cpp and ‘clock_gettime’ in kdm/backend/dm.c.
|
# kwinglutils_funcs.cpp and ‘clock_gettime’ in kdm/backend/dm.c.
|
||||||
NIX_LDFLAGS = "-ldl -lrt";
|
NIX_LDFLAGS = "-ldl -lrt";
|
||||||
|
|
||||||
|
preConfigure =
|
||||||
|
''
|
||||||
|
# Fix incorrect path to kde4-config.
|
||||||
|
substituteInPlace startkde.cmake --replace '$bindir/kde4-config' ${kdelibs}/bin/kde4-config
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "KDE workspace components such as Plasma, Kwin and System Settings";
|
description = "KDE workspace components such as Plasma, Kwin and System Settings";
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user