Author: eelco
Date: Sun Jul 17 15:55:33 2011
New Revision: 27812
URL: https://svn.nixos.org/websvn/nix/?rev=27812&sc=1
Log:
* Fix incorrect path to kde4-config in startkde.
Modified:
nixpkgs/branches/kde-4.7/pkgs/desktops/kde-4.7/workspace.nix
Modified: nixpkgs/branches/kde-4.7/pkgs/desktops/kde-4.7/workspace.nix
==============================================================================
--- nixpkgs/branches/kde-4.7/pkgs/desktops/kde-4.7/workspace.nix Sun Jul
17 14:24:43 2011 (r27811)
+++ nixpkgs/branches/kde-4.7/pkgs/desktops/kde-4.7/workspace.nix Sun Jul
17 15:55:33 2011 (r27812)
@@ -18,6 +18,12 @@
# 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";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits