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