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.
This commit is contained in:
Brian Leung 2022-02-22 19:25:34 -08:00
parent c58e42508b
commit 86e02dc24a

View file

@ -42,8 +42,6 @@ stdenv.mkDerivation rec {
doCheck = true;
checkFlags = [ "units" ];
meta = with lib; {
description = "A maintained ctags implementation";
homepage = "https://ctags.io/";