Unverified Commit 35d3f8e1 authored by Naïm Favier's avatar Naïm Favier
Browse files

mueval: remove check

Removes the check introduced in https://github.com/NixOS/nixpkgs/pull/301484
as it fails too often on resource-constrained machines.
parent 5a64d9a2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -29,12 +29,6 @@ in stdenv.mkDerivation {
    runHook postBuild
  '';

  doCheck = true;

  checkPhase = ''
    [[ $($out/bin/mueval -e 42) == 42 ]]
  '';

  passthru = { inherit defaultPkgs; };
  meta.mainProgram = "mueval";
}