Nix expr: Include trailing slash on `BIZHAWK_HOME`
This commit is contained in:
parent
1a9176e12f
commit
1ebe02e650
|
@ -23,7 +23,7 @@
|
|||
inputsFrom = [ drv ];
|
||||
shellHook = ''
|
||||
export BIZHAWKBUILD_HOME='${builtins.toString ./.}'
|
||||
export BIZHAWK_HOME="$BIZHAWKBUILD_HOME/output"
|
||||
export BIZHAWK_HOME="$BIZHAWKBUILD_HOME/output/"
|
||||
ldLibPath='${lib.makeLibraryPath drv.buildInputs}' # for running tests
|
||||
if [ -z "$LD_LIBRARY_PATH" ]; then
|
||||
export LD_LIBRARY_PATH="$ldLibPath"
|
||||
|
|
Loading…
Reference in New Issue