Skip to content

Commit 8d21d16

Browse files
authored
samtools_0_1_19: drop (#405947)
2 parents 3d30336 + 10efa87 commit 8d21d16

File tree

4 files changed

+1
-64
lines changed

4 files changed

+1
-64
lines changed

pkgs/applications/science/biology/samtools/samtools-0.1.19-no-curses.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

pkgs/applications/science/biology/samtools/samtools_0_1_19.nix

Lines changed: 0 additions & 39 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,7 @@ mapAliases {
16491649
s2n = throw "'s2n' has been renamed to/replaced by 's2n-tls'"; # Converted to throw 2024-10-17
16501650
sandboxfs = throw "'sandboxfs' has been removed due to being unmaintained, consider using linux namespaces for sandboxing instead"; # Added 2024-06-06
16511651
sane-backends-git = throw "'sane-backends-git' has been renamed to/replaced by 'sane-backends'"; # Converted to throw 2024-10-17
1652+
samtools_0_1_19 = throw "'samtools_0_1_19' has been removed because it is unmaintained. Consider using 'samtools' instead"; # Added 2025-05-10
16521653
scantailor = scantailor-advanced; # Added 2022-05-26
16531654
schildichat-web = throw ''
16541655
schildichat has been removed as it is severely lacking behind the Element upstream and does not receive regular security fixes.

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15651,9 +15651,6 @@ with pkgs;
1565115651
raxml-mpi = raxml.override { useMpi = true; };
1565215652

1565315653
samtools = callPackage ../applications/science/biology/samtools { };
15654-
samtools_0_1_19 = callPackage ../applications/science/biology/samtools/samtools_0_1_19.nix {
15655-
stdenv = gccStdenv;
15656-
};
1565715654

1565815655
inherit (callPackages ../applications/science/biology/sumatools { })
1565915656
sumalibs

0 commit comments

Comments
 (0)