blast-bin: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 18:49:55 +02:00
parent 47a1c7e207
commit cbc026c36e
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -14766,8 +14766,6 @@ with pkgs;
blast = callPackage ../applications/science/biology/blast { };
blast-bin = callPackage ../applications/science/biology/blast/bin.nix { };
cd-hit = callPackage ../applications/science/biology/cd-hit {
inherit (llvmPackages) openmp;
};