Added more dependencies for ARB
svn path=/nixpkgs/trunk/; revision=12959
This commit is contained in:
parent
fcb2efbc92
commit
c38a72a573
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patches = [ ./makefile.patch ];
|
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 = ''
|
unpackPhase = ''
|
||||||
tar xzf $src
|
tar xzf $src
|
||||||
|
@ -7340,9 +7340,11 @@ let
|
|||||||
|
|
||||||
arb = import ../applications/science/biology/arb {
|
arb = import ../applications/science/biology/arb {
|
||||||
inherit fetchurl stdenv readline libpng zlib x11 lesstif freeglut perl;
|
inherit fetchurl stdenv readline libpng zlib x11 lesstif freeglut perl;
|
||||||
inherit (xlibs) libXpm libXaw;
|
inherit (xlibs) libXpm libXaw libX11 libXext libXt;
|
||||||
# motif = lesstif;
|
# 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 {
|
biolib = import ../development/libraries/science/biology/biolib {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user