Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gaétan Lepage <[email protected]>
  • Loading branch information
tobim and GaetanLepage authored Feb 2, 2025
1 parent 1ab1055 commit 3b6c0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/valhalla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "valhalla";
repo = "valhalla";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-v/EwoJA1j8PuF9jOsmxQL6i+MT0rXbyLUE4HvBHUWDo=";
fetchSubmodules = true;
};
Expand All @@ -47,8 +47,8 @@ stdenv.mkDerivation (finalAttrs: {

cmakeFlags = [
"-DENABLE_TESTS=OFF"
"-DENABLE_SINGLE_FILES_WERROR=OFF"
"-DPREFER_EXTERNAL_DEPS=ON"
(lib.cmakeBool "ENABLE_SINGLE_FILES_WERROR" false)
(lib.cmakeBool "PREFER_EXTERNAL_DEPS" true)
];

buildInputs = [
Expand Down

0 comments on commit 3b6c0e6

Please sign in to comment.