about summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress/wrapper/soundSense.in
blob: 16818156934ac36e0361079468c39adf2286ce31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!@stdenv_shell@ -e

export NIXPKGS_DF_EXE="soundsense/soundSense.sh"
source @dfInit@

for path in soundsense/*; do
  update_path "$path"
done

PATH="@jre@/bin:$PATH" go