From 22db18beaa8f7a984a36b6405f54c536c589d5ce Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 13 Jun 2026 09:23:33 +1000 Subject: [PATCH] Change inheritance of summclust to franPackages --- packages/f/fwildclusterboot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/f/fwildclusterboot.nix b/packages/f/fwildclusterboot.nix index cb0cdbd..7987a0f 100644 --- a/packages/f/fwildclusterboot.nix +++ b/packages/f/fwildclusterboot.nix @@ -23,7 +23,7 @@ RcppArmadillo RcppEigen ; - inherit (final.extraRPackages) summclust; + inherit (final.franPackages) summclust; }; }).overrideAttrs (old: { passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};