Fix function naming conflict in bsdgames
svn path=/nixpkgs/trunk/; revision=20146
This commit is contained in:
parent
1966b6bde5
commit
2b937b1a47
@ -23,6 +23,8 @@ stdenv.mkDerivation {
|
|||||||
bsd_games_cfg_no_build_dirs="dab hack phantasia sail"
|
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/dict/words
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
sed -e s/getline/sdgames_local_getline/g -i $(grep getline -rl .)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user