bsd-games: fixed path to dictionary

due to the update of miscfiles, see 4cf191a425
This commit is contained in:
Pascal Wittmann 2014-09-03 23:57:34 +02:00
parent 50cf685019
commit e510a27696

View file

@ -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