forked from mirrors/nixpkgs
bsd-games: fixed path to dictionary
due to the update of miscfiles, see 4cf191a425
This commit is contained in:
parent
50cf685019
commit
e510a27696
|
@ -34,7 +34,7 @@ stdenv.mkDerivation {
|
|||
bsd_games_cfg_varlibdir=.
|
||||
bsd_games_cfg_non_interactive=y
|
||||
bsd_games_cfg_no_build_dirs="dab hack phantasia sail"
|
||||
bsd_games_cfg_dictionary_src=${miscfiles}/share/dict/words
|
||||
bsd_games_cfg_dictionary_src=${miscfiles}/share/web2
|
||||
bsd_games_cfg_pager=${less}
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue