mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
osrm-backend: Use nativeBuildInputs for compile-time-only deps
This commit is contained in:
parent
340cadd97d
commit
ab1fdc784d
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1ajgybjx7g6qzddavab8bj7il7wn5wy24nivjj5rk84mfbi71s5v";
|
sha256 = "1ajgybjx7g6qzddavab8bj7il7wn5wy24nivjj5rk84mfbi71s5v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake pkgconfig bzip2 libxml2 libzip boost lua luabind tbb expat];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
buildInputs = [ bzip2 libxml2 libzip boost lua luabind tbb expat ];
|
||||||
|
|
||||||
postInstall = "mkdir -p $out/share/osrm-backend && cp -r ../profiles $out/share/osrm-backend/profiles";
|
postInstall = "mkdir -p $out/share/osrm-backend && cp -r ../profiles $out/share/osrm-backend/profiles";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user