Fixing the navit installation disabling the build of the sample map (so it does not have to
download anything at build time) svn path=/nixpkgs/trunk/; revision=23347
This commit is contained in:
parent
86d5e94cda
commit
201d3ac791
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pkgconfig gtk SDL fontconfig freetype imlib2 SDL_image mesa
|
buildInputs = [ pkgconfig gtk SDL fontconfig freetype imlib2 SDL_image mesa
|
||||||
libXmu freeglut python gettext quesoglc gd postgresql ];
|
libXmu freeglut python gettext quesoglc gd postgresql ];
|
||||||
|
|
||||||
|
configureFlags = [ "--disable-samplemap" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.navit-project.org/;
|
homepage = http://www.navit-project.org/;
|
||||||
description = "Car navigation system with routing engine using OSM maps";
|
description = "Car navigation system with routing engine using OSM maps";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user