14 stdenv.mkDerivation rec {
19 url = "ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-${version}.tar.gz";
20 sha256 = "7184a763d39ad96bb598bfd531628a34aa53e474db9e7cac4416c2a40ab10c6e";
34 "--with-hpdf=${libharu}"
35 "--with-pngdriver=${zlib}"
39 sed -i 's@$(bindir)/embossupdate@true@' Makefile
43 description = "European Molecular Biology Open Software Suite";
45 EMBOSS is a free Open Source software analysis package
46 specially developed for the needs of the molecular biology (e.g. EMBnet)
47 user community, including libraries. The software automatically copes with
48 data in a variety of formats and even allows transparent retrieval of
49 sequence data from the web.
51 license = lib.licenses.gpl2;
52 homepage = "https://emboss.sourceforge.net/";