Merge branch 'qt-gdb'

This commit is contained in:
Thomas Tuegel
2015-08-08 15:24:33 -05:00
2 changed files with 6 additions and 2 deletions

View File

@@ -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 ];

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 ];