mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge branch 'qt-gdb'
This commit is contained in:
commit
5e82f98111
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user