mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
qt53: gdb required only for developerBuild
This commit is contained in:
parent
6542c344bc
commit
bdb24b90c8
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue