3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213763 from alyssais/criterion-checkTarget

criterion: remove redundant checkTarget
This commit is contained in:
Nick Cao 2023-02-02 09:48:21 +08:00 committed by GitHub
commit 364c53f69d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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