treewide: fix *Flags
This commit is contained in:
committed by
Jan Tojnar
parent
20b02b80aa
commit
ac8eaa8507
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkFlags = "units";
|
||||
checkFlags = [ "units" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A maintained ctags implementation";
|
||||
|
||||
Reference in New Issue
Block a user