mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 ];
|
||||
|
||||
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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user