Added hsqldb to all-packages
svn path=/nixpkgs/trunk/; revision=9265
This commit is contained in:
parent
606a46e6b5
commit
ea57921250
@ -1611,6 +1611,10 @@ rec {
|
|||||||
inherit aspell;
|
inherit aspell;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hsqldb = import ../test/hsqldb {
|
||||||
|
inherit stdenv fetchurl unzip;
|
||||||
|
};
|
||||||
|
|
||||||
icu = import ../development/libraries/icu {
|
icu = import ../development/libraries/icu {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
@ -2538,7 +2542,7 @@ rec {
|
|||||||
hdparm = import ../os-specific/linux/hdparm {
|
hdparm = import ../os-specific/linux/hdparm {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
htop = import ../os-specific/linux/htop {
|
htop = import ../os-specific/linux/htop {
|
||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
@ -3026,6 +3030,7 @@ rec {
|
|||||||
|
|
||||||
amsn = import ../applications/networking/instant-messengers/amsn {
|
amsn = import ../applications/networking/instant-messengers/amsn {
|
||||||
inherit fetchurl stdenv which tcl tk x11;
|
inherit fetchurl stdenv which tcl tk x11;
|
||||||
|
libstdcpp = gcc33.gcc;
|
||||||
};
|
};
|
||||||
|
|
||||||
batik = import ../applications/graphics/batik {
|
batik = import ../applications/graphics/batik {
|
||||||
@ -3398,7 +3403,7 @@ rec {
|
|||||||
perl perlArchiveZip perlCompressZlib zlib libjpeg
|
perl perlArchiveZip perlCompressZlib zlib libjpeg
|
||||||
expat pkgconfig freetype fontconfig libwpd libxml2
|
expat pkgconfig freetype fontconfig libwpd libxml2
|
||||||
db4 sablotron curl libsndfile flex zip unzip libmspack
|
db4 sablotron curl libsndfile flex zip unzip libmspack
|
||||||
getopt file neon cairo which icu boost jre jdk ant;
|
getopt file neon cairo which icu boost jre jdk ant hsqldb;
|
||||||
inherit (xlibs) libXaw;
|
inherit (xlibs) libXaw;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
bison = bison23;
|
bison = bison23;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user