mirror of
https://github.com/dwinkler1/fran.git
synced 2026-07-07 19:18:22 -04:00
Change inheritance of summclust to franPackages
This commit is contained in:
parent
88cff8c2f6
commit
22db18beaa
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
RcppArmadillo
|
RcppArmadillo
|
||||||
RcppEigen
|
RcppEigen
|
||||||
;
|
;
|
||||||
inherit (final.extraRPackages) summclust;
|
inherit (final.franPackages) summclust;
|
||||||
};
|
};
|
||||||
}).overrideAttrs (old: {
|
}).overrideAttrs (old: {
|
||||||
passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};
|
passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue