Skip to content

Commit

Permalink
pkgs(libspatialindex): finalAttrs.doCheck -> finalAttrs.finalPackage.…
Browse files Browse the repository at this point in the history
…doCheck

Nixpkgs PR:
NixOS/nixpkgs#271241
  • Loading branch information
imincik committed Dec 8, 2023
1 parent a5b2103 commit 63410eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/libspatialindex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];

cmakeFlags = [
"-DSIDX_BUILD_TESTS=${if finalAttrs.doCheck then "ON" else "OFF"}"
"-DSIDX_BUILD_TESTS=${if finalAttrs.finalPackage.doCheck then "ON" else "OFF"}"
];

doCheck = true;
Expand Down

0 comments on commit 63410eb

Please sign in to comment.