mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
mueval: remove check
Removes the check introduced in https://github.com/NixOS/nixpkgs/pull/301484 as it fails too often on resource-constrained machines.
This commit is contained in:
parent
5a64d9a242
commit
35d3f8e1c2
@ -29,12 +29,6 @@ in stdenv.mkDerivation {
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkPhase = ''
|
||||
[[ $($out/bin/mueval -e 42) == 42 ]]
|
||||
'';
|
||||
|
||||
passthru = { inherit defaultPkgs; };
|
||||
meta.mainProgram = "mueval";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user