All-packages entry for NCBI C toolbox

svn path=/nixpkgs/trunk/; revision=18925
This commit is contained in:
Michael Raskin 2009-12-13 20:24:23 +00:00
parent c0a4109daa
commit 8f31565c68

View file

@ -7550,11 +7550,11 @@ let
thunderbird3 = lowPrio (import ../applications/networking/mailreaders/thunderbird-3.x {
inherit fetchurl stdenv pkgconfig perl zip libjpeg zlib cairo
python dbus dbus_glib freetype fontconfig bzip2 libpng alsaLib sqlite
patchelf;
patchelf nspr;
inherit (gtkLibs) gtk pango;
inherit (gnome) libIDL;
#enableOfficialBranding = true;
xulrunner = xulrunner3;
xulrunner = xulrunner35;
autoconf = autoconf213;
});*/
@ -8141,6 +8141,12 @@ let
inherit fetchurl stdenv readline;
};
ncbiCTools = builderDefsPackage ../development/libraries/ncbi {
inherit tcsh mesa lesstif;
inherit (xlibs) libX11 libXaw xproto libXt libSM libICE
libXmu libXext;
};
ncbi_tools = import ../applications/science/biology/ncbi-tools {
inherit fetchurl stdenv cpio;
};