tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
anki: fix build (ZHF)
Luca Bruno
10 years ago
768daf76
f7d962cd
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
games
anki
default.nix
+1
-1
pkgs/games/anki/default.nix
···
24
24
buildInputs = [ python py.wrapPython lame mplayer libpulseaudio ];
25
25
26
26
preConfigure = ''
27
27
-
substituteInPlace anki \
27
27
+
substituteInPlace anki/anki \
28
28
--replace /usr/share/ $out/share/
29
29
30
30
substituteInPlace Makefile \