16 src = fetchFromGitHub {
19 rev = "bioperl-ext-release-${lib.replaceStrings [ "." ] [ "-" ] version}";
20 sha256 = "sha256-+0tZ6q3PFem8DWa2vq+njOLmjDvMB0JhD0FGk00lVMA=";
23 patches = [ ./fprintf.patch ];
25 # Do not install other Bio-ext packages
30 # Disable tests as it requires Bio::Tools::Align which is in a different directory
36 homepage = "https://github.com/bioperl/bioperl-ext";
37 description = "Write Perl Subroutines in Other Programming Languages";
39 Part of BioPerl Extensions (BioPerl-Ext) distribution, a collection of Bioperl C-compiled extensions.
41 license = with lib.licenses; [ artistic1 ];