From 8f31565c68189c2850d810839c5d8186a4ab163f Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 13 Dec 2009 20:24:23 +0000 Subject: [PATCH] All-packages entry for NCBI C toolbox svn path=/nixpkgs/trunk/; revision=18925 --- pkgs/top-level/all-packages.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7298d8d901d2..b429c48f9946 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; };