luaPackages.argparse: fix strictDeps build (#373204)

This commit is contained in:
Austin Horstman
2025-03-10 08:23:26 -05:00
committed by GitHub
+1 -1
View File
@@ -74,7 +74,7 @@ in
argparse = prev.argparse.overrideAttrs (oa: {
doCheck = true;
checkInputs = [ final.busted ];
nativeCheckInputs = [ final.busted ];
checkPhase = ''
runHook preCheck