about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2021-12-06 13:36:56 +1000
committerZane van Iperen <zane@zanevaniperen.com>2021-12-06 13:36:56 +1000
commit57e7a01eb362489d764af75806b469d69614b11b (patch)
treeabace198a0f2512d992b839984cd1830d9e74062 /pkgs/misc
parent8509efc354909698d9992d769c2a64f17d69b891 (diff)
openrussian-cli: force lua 5.3
And some cleanups.
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/openrussian-cli/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/misc/openrussian-cli/default.nix b/pkgs/misc/openrussian-cli/default.nix
index ce9a9e49c4cac..24c0b6bece78c 100644
--- a/pkgs/misc/openrussian-cli/default.nix
+++ b/pkgs/misc/openrussian-cli/default.nix
@@ -25,12 +25,6 @@ stdenv.mkDerivation rec {
 
   dontConfigure = true;
 
-  # Disable check as it's too slow.
-  # doCheck = true;
-
-  #This is needed even though it's the default for some reason.
-  checkTarget = "check";
-
   # Can't use "make install" here
   installPhase = ''
     runHook preInstall