qt53: gdb required only for developerBuild

This commit is contained in:
Thomas Tuegel 2015-08-08 15:23:05 -05:00
parent 6542c344bc
commit bdb24b90c8

View File

@ -176,7 +176,9 @@ stdenv.mkDerivation rec {
++ 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 ];