mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] uriparser: move gtest from nativeCheckInputs to checkInputs (#526450)
This commit is contained in:
commit
6702e8490b
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue