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:
parent
c922164751
commit
931f6655f0
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue