From 768daf76912385bf6bb106d802bdb3345211de69 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 21 Jul 2015 10:51:02 +0200 Subject: [PATCH] anki: fix build (ZHF) --- pkgs/games/anki/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix index af90c826705..8c5ad4ab0d8 100644 --- a/pkgs/games/anki/default.nix +++ b/pkgs/games/anki/default.nix @@ -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 \