tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
navit: fix build
Nikolay Amiantov
9 years ago
df27c35e
5eaacbb9
+6
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
navit
default.nix
+6
-3
pkgs/applications/misc/navit/default.nix
···
9
9
sha256 = "1xx62l5srfhh9cfi7n3pxj8hpcgr1rpa0hzfmbrqadzv09z36723";
10
10
};
11
11
12
12
-
# 'cvs' is only for the autogen
13
13
-
buildInputs = [ pkgconfig gtk SDL fontconfig freetype imlib2 SDL_image mesa
14
14
-
libXmu freeglut python gettext quesoglc gd postgresql cmake qt4 SDL_ttf fribidi ];
12
12
+
buildInputs = [ gtk SDL fontconfig freetype imlib2 SDL_image mesa
13
13
+
libXmu freeglut python gettext quesoglc gd postgresql qt4 SDL_ttf fribidi ];
14
14
+
15
15
+
nativeBuildInputs = [ pkgconfig cmake ];
16
16
+
17
17
+
NIX_CFLAGS_COMPILE = [ "-I${SDL.dev}/include/SDL" ];
15
18
16
19
cmakeFlags = [ "-DSAMPLE_MAP=n" ];
17
20