mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
anki: fix build (ZHF)
This commit is contained in:
parent
f7d962cd42
commit
768daf7691
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ python py.wrapPython lame mplayer libpulseaudio ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace anki \
|
||||
substituteInPlace anki/anki \
|
||||
--replace /usr/share/ $out/share/
|
||||
|
||||
substituteInPlace Makefile \
|
||||
|
|
Loading…
Reference in a new issue