mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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
|
||||
++ 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 New Issue
Block a user