qt54: gdb required only for developerBuild

This commit is contained in:
Thomas Tuegel 2015-08-08 15:23:48 -05:00
parent bdb24b90c8
commit 28f0eb5af8

View File

@ -174,7 +174,9 @@ stdenv.mkDerivation {
++ optional (postgresql != null) postgresql
++ 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 ];