mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
Fixing a problem in the neverball build about paths, that I did not notice until
I run it. svn path=/nixpkgs/trunk/; revision=18221
This commit is contained in:
parent
005bf71e51
commit
d5f36f16c1
|
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
|||
dontPatchElf = true;
|
||||
|
||||
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@\./data@'$out/data@ share/base_config.h Makefile
|
||||
sed -i -e 's@\./locale@'$out/locale@ share/base_config.h Makefile
|
||||
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11 -lgcc_s@' Makefile
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue