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:
commit
2ba6a4f630
1 changed files with 3 additions and 1 deletions
|
@ -68,11 +68,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
version = version.patch;
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
maven
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue