Merge branch 'qt-gdb'
This commit is contained in:
@@ -176,7 +176,9 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional (postgresql != null) postgresql
|
++ optional (postgresql != null) postgresql
|
||||||
++ optionals gtkStyle [gnome_vfs libgnomeui gtk GConf];
|
++ 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 ];
|
nativeBuildInputs = [ python perl pkgconfig ];
|
||||||
|
|
||||||
|
|||||||
@@ -174,7 +174,9 @@ stdenv.mkDerivation {
|
|||||||
++ optional (postgresql != null) postgresql
|
++ optional (postgresql != null) postgresql
|
||||||
++ optionals gtkStyle [gnome_vfs libgnomeui gtk GConf];
|
++ 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 ];
|
nativeBuildInputs = [ python perl pkgconfig ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user