forked from mirrors/nixpkgs
qt53: gdb required only for developerBuild
This commit is contained in:
parent
6542c344bc
commit
bdb24b90c8
|
@ -176,7 +176,9 @@ stdenv.mkDerivation rec {
|
|||
++ 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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue