From 47bbbb2a62b8a638bde17c7d4604d59d190cde29 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 31 Jan 2023 12:04:11 +0000 Subject: [PATCH] criterion: remove redundant checkTarget "test" is the default value used by the Ninja setup hook. --- pkgs/development/libraries/criterion/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/criterion/default.nix b/pkgs/development/libraries/criterion/default.nix index 810b3a2aa8f..9b3304f6012 100644 --- a/pkgs/development/libraries/criterion/default.nix +++ b/pkgs/development/libraries/criterion/default.nix @@ -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