plfit: move to pkgs/by-name

This commit is contained in:
Robert Schütz 2024-11-21 20:44:25 -08:00
parent d37748d62e
commit c5bafb8dfd
2 changed files with 1 additions and 1 deletions

View File

@ -4981,7 +4981,7 @@ with pkgs;
beamPackages = beamPackages.extend (self: super: { elixir = elixir_1_17; });
};
plfit = callPackage ../tools/misc/plfit {
plfit = callPackage ../by-name/pl/plfit/package.nix {
python = null;
};