3
0
Fork 0
forked from mirrors/nixpkgs

Fixing the filelight 1.0 expression (kde3), so it builds again.

svn path=/nixpkgs/trunk/; revision=18571
This commit is contained in:
Lluís Batlle i Rossell 2009-11-23 21:15:15 +00:00
parent c922164751
commit 931f6655f0

View file

@ -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
'';