mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rocqPackages.mathcomp-analysis: update dependencies (#530989)
This commit is contained in:
commit
a73c539886
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
mathcomp,
|
||||
mathcomp-finmap,
|
||||
mathcomp-bigenough,
|
||||
mathcomp-real-closed,
|
||||
hierarchy-builder,
|
||||
stdlib,
|
||||
single ? false,
|
||||
|
|
@ -104,6 +105,7 @@ let
|
|||
analysis-deps = [
|
||||
mathcomp.field
|
||||
mathcomp-bigenough
|
||||
mathcomp-real-closed
|
||||
];
|
||||
intra-deps = lib.optionals (package != "single") (map mathcomp_ packages.${package});
|
||||
pkgpath = lib.switch package [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue