uriparser: move gtest from nativeCheckInputs to checkInputs

This commit is contained in:
Ben Siraphob
2026-05-30 20:36:41 -04:00
committed by Michael Daniels
parent 1946344e90
commit 1f9f9ae08b
+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";