Change inheritance of summclust to franPackages

This commit is contained in:
Daniel Winkler 2026-06-13 09:23:33 +10:00 committed by GitHub
commit 22db18beaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
RcppArmadillo
RcppEigen
;
inherit (final.extraRPackages) summclust;
inherit (final.franPackages) summclust;
};
}).overrideAttrs (old: {
passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};