mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
* 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.
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user