uriparser: move gtest from nativeCheckInputs to checkInputs (#526172)

This commit is contained in:
Michael Daniels
2026-05-31 18:19:46 +00:00
committed by GitHub
+3 -1
View File
@@ -26,7 +26,9 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
nativeCheckInputs = [ gtest ];
checkInputs = [ gtest ];
strictDeps = true;
meta = {
changelog = "https://github.com/uriparser/uriparser/blob/uriparser-${finalAttrs.version}/ChangeLog";