commit b927cff077fb50419d4e2e9eb5bf507745f1a644
parent 2ce6fd8a074720e8cbf835c1caac4e205eeedb65
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Tue, 9 Feb 2021 19:55:35 +0300
gt4gd: disable tests
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/dict/gt4gd/default.nix b/pkgs/dict/gt4gd/default.nix
@@ -9,6 +9,8 @@ python3Packages.buildPythonApplication {
propagatedBuildInputs = with python3Packages; [ requests ]
++ lib.optional withUI tkinter;
+ doCheck = false;
+
postInstall = lib.optionalString withUI ''
install -Dm755 googletranslateui.py $out/bin/googletranslateui
install -Dm644 google_translate.png -t $out/share/gt4gd