seaview: 5.0 -> 5.0.2
This commit is contained in:
parent
0bfd0187da
commit
4a3ea14b5b
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, coreutils, fltk, libjpeg }:
|
{ stdenv, fetchurl, coreutils, fltk, libjpeg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.0";
|
version = "5.0.2";
|
||||||
pname = "seaview";
|
pname = "seaview";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_${version}.tar.gz";
|
url = "ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_${version}.tar.gz";
|
||||||
sha256 = "0gzjqf5mm91pa1drwxvz229bv6l995npdggngszh6z6j4pfh8j7c";
|
sha256 = "0bad0nd18a36g6ysx28j68rbnwqn33ra8inx2lv2igqqcs6i5kif";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ fltk libjpeg ];
|
buildInputs = [ fltk libjpeg ];
|
||||||
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
Gouy M., Guindon S. & Gascuel O. (2010) SeaView version 4 : a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular Biology and Evolution 27(2):221-224.
|
Gouy M., Guindon S. & Gascuel O. (2010) SeaView version 4 : a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular Biology and Evolution 27(2):221-224.
|
||||||
'';
|
'';
|
||||||
homepage = http://doua.prabi.fr/software/seaview;
|
homepage = "http://doua.prabi.fr/software/seaview";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.iimog ];
|
maintainers = [ maintainers.iimog ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user