about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-12-16 10:59:28 +0100
committerGitHub <noreply@github.com>2021-12-16 10:59:28 +0100
commitb7bf746756bbb10780ccee9852756024af705647 (patch)
treed59d829efeac1b385e453712c330d47ab2e2ecf4 /pkgs/misc
parent7f1a335b9a015e26106d7d9dfd413726c93292a3 (diff)
parent57e7a01eb362489d764af75806b469d69614b11b (diff)
Merge pull request #148842 from vs49688/orfix
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