Skip to content

Commit

Permalink
steam: fix typo in LD_LIBRARY_PATH (#97818)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Sep 12, 2020
1 parent e0759a4 commit b3de09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/steam/fhsenv.nix
Expand Up @@ -44,7 +44,7 @@ let

# Zachtronics and a few other studios expect STEAM_LD_LIBRARY_PATH to be present
exportLDPath = ''
export LD_LIBRARY_PATH=/lib32:/lib64:${lib.concatStringsSep ":" ldPath}\''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/lib32:/lib64:${lib.concatStringsSep ":" ldPath}''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH
export STEAM_LD_LIBRARY_PATH="$STEAM_LD_LIBRARY_PATH''${STEAM_LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
'';

Expand Down

0 comments on commit b3de09b

Please sign in to comment.