anki: fix build (ZHF)

+1 -1
+1 -1
pkgs/games/anki/default.nix
··· 24 24 buildInputs = [ python py.wrapPython lame mplayer libpulseaudio ]; 25 25 26 26 preConfigure = '' 27 - substituteInPlace anki \ 27 + substituteInPlace anki/anki \ 28 28 --replace /usr/share/ $out/share/ 29 29 30 30 substituteInPlace Makefile \