Added more dependencies for ARB

svn path=/nixpkgs/trunk/; revision=12959
This commit is contained in:
Pjotr Prins 2008-10-05 10:56:44 +00:00
parent fcb2efbc92
commit c38a72a573
2 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
patches = [ ./makefile.patch ];
buildInputs = [glew mesa libpng x11 libXpm lesstif lynx freeglut libtiff rxp sablotron libXaw perl jdk ];
buildInputs = [ glew mesa libpng libXpm lesstif lynx freeglut libtiff rxp sablotron libXaw perl jdk transfig libX11 libXext libXt gv xfig gnuplot ];
unpackPhase = ''
tar xzf $src

View File

@ -7340,9 +7340,11 @@ let
arb = import ../applications/science/biology/arb {
inherit fetchurl stdenv readline libpng zlib x11 lesstif freeglut perl;
inherit (xlibs) libXpm libXaw;
inherit (xlibs) libXpm libXaw libX11 libXext libXt;
# motif = lesstif;
inherit mesa glew libtiff lynx rxp sablotron jdk;
inherit mesa glew libtiff lynx rxp sablotron jdk transfig;
# supporting tools
inherit gv xfig gnuplot;
};
biolib = import ../development/libraries/science/biology/biolib {