mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
uriparser: move gtest from nativeCheckInputs to checkInputs
This commit is contained in:
committed by
Michael Daniels
parent
1946344e90
commit
1f9f9ae08b
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user