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:
parent
c58e42508b
commit
86e02dc24a
@ -42,8 +42,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkFlags = [ "units" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A maintained ctags implementation";
|
||||
homepage = "https://ctags.io/";
|
||||
|
Loading…
Reference in New Issue
Block a user