forked from mirrors/nixpkgs
Merge pull request #213763 from alyssais/criterion-checkTarget
criterion: remove redundant checkTarget
This commit is contained in:
commit
364c53f69d
|
@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
|||
nativeCheckInputs = with python3Packages; [ cram ];
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ci/isdir.py src/protocol/gen-pb.py
|
||||
|
|
Loading…
Reference in a new issue