Commit ac337836 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

graphhopper: fix and enable strictDeps

parent 8e468f55
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