[Backport release-26.05] uriparser: move gtest from nativeCheckInputs to checkInputs (#526450)

This commit is contained in:
Michael Daniels 2026-06-01 00:47:43 +00:00 committed by GitHub
commit 6702e8490b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";