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
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||||
configureFlags = "--without-debug --without-arts";
|
configureFlags = "--without-debug --without-arts";
|
||||||
|
|
||||||
preConfigure = ''
|
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
|
sed -e '/X_LDFLAGS=/d' -i configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue