treewide: Mass replace 'freetype}/lib' to refer the 'out' output
This commit is contained in:
parent
7a7cc31076
commit
b56b24f729
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
cp -rv basewsw libs $dest
|
||||
# Since 1.03 some modules are _always_ downloaded from server, thus
|
||||
makeWrapper $dest/warsow $out/bin/warsow \
|
||||
--suffix-each LD_LIBRARY_PATH ':' "${freetype}/lib"
|
||||
--suffix-each LD_LIBRARY_PATH ':' "${freetype.out}/lib"
|
||||
makeWrapper $dest/wsw_server $out/bin/wsw_server
|
||||
makeWrapper $dest/wswtv_server $out/bin/wswtv_server
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue