add idba bioinformatics package

This commit is contained in:
Armin Sobhani
2018-05-08 16:57:14 -04:00
committed by Tyson Whitehead
parent 9ebec6056b
commit fde6c31445
3 changed files with 40 additions and 1 deletions

View File

@@ -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