Unverified Commit 2ba6a4f6 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

graphhopper: fix and enable strictDeps (#414587)

parents dac80a32 ac337836
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -68,11 +68,13 @@ stdenv.mkDerivation (finalAttrs: {

  version = version.patch;

  buildInputs = [
  nativeBuildInputs = [
    makeWrapper
    maven
  ];

  strictDeps = true;

  configurePhase = ''
    runHook preConfigure