mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rocqPackages.mathcomp-analysis: update dependencies
This commit is contained in:
parent
fbf4f17325
commit
8e376c4fbe
1 changed files with 4 additions and 1 deletions
|
|
@ -84,7 +84,10 @@ let
|
|||
"classical" = [ ];
|
||||
"reals" = [ "classical" ];
|
||||
"experimental-reals" = [ "reals" ];
|
||||
"analysis" = [ "reals" ];
|
||||
"analysis" = [
|
||||
"reals"
|
||||
"real-closed"
|
||||
];
|
||||
"reals-stdlib" = [ "reals" ];
|
||||
"analysis-stdlib" = [
|
||||
"analysis"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue