mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
treewide: Mass replace 'freetype}/lib' to refer the 'out' output
This commit is contained in:
parent
7a7cc31076
commit
b56b24f729
@ -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 New Issue
Block a user