Fix function naming conflict in bsdgames

svn path=/nixpkgs/trunk/; revision=20146
This commit is contained in:
Michael Raskin 2010-02-21 08:11:17 +00:00
parent 1966b6bde5
commit 2b937b1a47

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation {
bsd_games_cfg_no_build_dirs="dab hack phantasia sail"
bsd_games_cfg_dictionary_src=${miscfiles}/share/dict/words
EOF
sed -e s/getline/sdgames_local_getline/g -i $(grep getline -rl .)
'';
postConfigure = ''