From 86e02dc24ab5c8d2fe592b8bb3dc6d0b04f55664 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Tue, 22 Feb 2022 19:25:34 -0800 Subject: [PATCH] universal-ctags: remove incorrect use of checkFlags "units" is a Makefile target run as part of the "check" target. "units" is not an argument to be passed to any Makefile target. --- pkgs/development/tools/misc/universal-ctags/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/tools/misc/universal-ctags/default.nix b/pkgs/development/tools/misc/universal-ctags/default.nix index 19ea9c4787ce..51ea6302743a 100644 --- a/pkgs/development/tools/misc/universal-ctags/default.nix +++ b/pkgs/development/tools/misc/universal-ctags/default.nix @@ -42,8 +42,6 @@ stdenv.mkDerivation rec { doCheck = true; - checkFlags = [ "units" ]; - meta = with lib; { description = "A maintained ctags implementation"; homepage = "https://ctags.io/";