mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rocqPackages.mathcomp-experimental-reals: update dependencies
(cherry picked from commit a61e394343)
This commit is contained in:
parent
0e2927d5ad
commit
f156a98a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,8 +38,8 @@ let
|
|||
packages = {
|
||||
"classical" = [ ];
|
||||
"reals" = [ "classical" ];
|
||||
"experimental-reals" = [ "reals" ];
|
||||
"analysis" = [ "reals" ];
|
||||
"experimental-reals" = [ "analysis" ];
|
||||
"reals-stdlib" = [ "reals" ];
|
||||
"analysis-stdlib" = [
|
||||
"analysis"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue