about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-23 21:15:15 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-23 21:15:15 +0000
commit931f6655f08732e798338861b1c1ee1f3cd589f8 (patch)
tree6018f98d8853ea8d7020eb74bd9decdd929f4990 /pkgs/tools/system
parentc9221647510298463bc42c440782e824b3f7d642 (diff)
downloadnixlib-931f6655f08732e798338861b1c1ee1f3cd589f8.tar
nixlib-931f6655f08732e798338861b1c1ee1f3cd589f8.tar.gz
nixlib-931f6655f08732e798338861b1c1ee1f3cd589f8.tar.bz2
nixlib-931f6655f08732e798338861b1c1ee1f3cd589f8.tar.lz
nixlib-931f6655f08732e798338861b1c1ee1f3cd589f8.tar.xz
nixlib-931f6655f08732e798338861b1c1ee1f3cd589f8.tar.zst
nixlib-931f6655f08732e798338861b1c1ee1f3cd589f8.zip
Fixing the filelight 1.0 expression (kde3), so it builds again.
svn path=/nixpkgs/trunk/; revision=18571
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/filelight/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/filelight/default.nix b/pkgs/tools/system/filelight/default.nix
index 872c56f700ea..632001984893 100644
--- a/pkgs/tools/system/filelight/default.nix
+++ b/pkgs/tools/system/filelight/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
   configureFlags = "--without-debug --without-arts";
   
   preConfigure = ''
-    sed -e '/sys_lib_\(dl\)\{0,1\}search_path_spec=/d' -i configure
+    sed -e 's/.*sys_lib_\(dl\)\{0,1\}search_path_spec=.*/:/' -i configure
     sed -e '/X_LDFLAGS=/d' -i configure
   '';