hh-suite: migrate to by-name

This commit is contained in:
Guy Chronister
2026-07-09 15:19:41 -05:00
parent c3038ff45d
commit 068f09b80e
2 changed files with 0 additions and 2 deletions

View File

@@ -10322,8 +10322,6 @@ with pkgs;
deep-translator = with python3Packages; toPythonApplication deep-translator;
hh-suite = callPackage ../applications/science/biology/hh-suite { };
nest-mpi = nest.override { withMpi = true; };
neuron-mpi = neuron.override { useMpi = true; };