graphhopper: fix and enable strictDeps (#414587)

This commit is contained in:
Pol Dellaiera
2025-06-07 08:02:21 +02:00
committed by GitHub
+3 -1
View File
@@ -68,11 +68,13 @@ stdenv.mkDerivation (finalAttrs: {
version = version.patch;
buildInputs = [
nativeBuildInputs = [
makeWrapper
maven
];
strictDeps = true;
configurePhase = ''
runHook preConfigure