1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

graphhopper: fix and enable strictDeps (#414587)

This commit is contained in:
Pol Dellaiera 2025-06-07 08:02:21 +02:00 committed by GitHub
commit 2ba6a4f630
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -68,11 +68,13 @@ stdenv.mkDerivation (finalAttrs: {
version = version.patch;
buildInputs = [
nativeBuildInputs = [
makeWrapper
maven
];
strictDeps = true;
configurePhase = ''
runHook preConfigure