qt54: gdb required only for developerBuild
This commit is contained in:
parent
bdb24b90c8
commit
28f0eb5af8
@ -174,7 +174,9 @@ stdenv.mkDerivation {
|
|||||||
++ optional (postgresql != null) postgresql
|
++ optional (postgresql != null) postgresql
|
||||||
++ optionals gtkStyle [gnome_vfs libgnomeui gtk GConf];
|
++ optionals gtkStyle [gnome_vfs libgnomeui gtk GConf];
|
||||||
|
|
||||||
buildInputs = [ gdb bison flex gperf ruby ];
|
buildInputs =
|
||||||
|
[ bison flex gperf ruby ]
|
||||||
|
++ optional developerBuild gdb;
|
||||||
|
|
||||||
nativeBuildInputs = [ python perl pkgconfig ];
|
nativeBuildInputs = [ python perl pkgconfig ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user