add idba bioinformatics package
This commit is contained in:
committed by
Tyson Whitehead
parent
9ebec6056b
commit
fde6c31445
@@ -34,6 +34,8 @@ self: super: pkgs: with pkgs; {
|
||||
|
||||
sambamba = callPackage ./sambamba { };
|
||||
|
||||
idba = callPackage ./idba.nix { };
|
||||
|
||||
nixStable = super.nixStable.overrideAttrs
|
||||
( attrs: { patches = attrs.patches or [] ++ [ ./nix/remote.patch ./nix/cvmfs.patch ]; } );
|
||||
nix = super.nix.overrideAttrs
|
||||
|
||||
Reference in New Issue
Block a user