Making neverball not complain on libgcc_s.so.1.
svn path=/nixpkgs/trunk/; revision=15042
This commit is contained in:
parent
b8969ff4ae
commit
182513d1c5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||
patchPhase = ''
|
||||
sed -i -e 's@\./data@'$out/data@ share/base_config.h
|
||||
sed -i -e 's@\./locale@'$out/locale@ share/base_config.h
|
||||
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11@' Makefile
|
||||
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11 -lgcc_s@' Makefile
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue