anki: disable version check

This commit is contained in:
Robert Helgesson
2016-01-05 21:44:54 +01:00
parent 108cd9aa7f
commit ec2a1bcb86
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
patches = [
# Disable updated version check.
./no-version-check.patch
(substituteAll {
src = ./fix-paths.patch;
inherit lame mplayer qt4;