File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 66
66
stdio
67
67
re
68
68
js_of_ocaml
69
- ( ocamlgraph . overrideAttrs ( _ : {
70
- src = fetchFromGitHub {
71
- owner = "maximebuyse" ;
72
- repo = "ocamlgraph" ;
73
- rev = "fix-stable-topological-sort" ;
74
- sha256 = "sha256-l7v7Kxjaz3xP6T91peAzloyusxpsIOYHXLIiiRHa490=" ;
75
- } ;
76
- } ) )
69
+ ocamlgraph
77
70
] ++
78
71
# F* dependencies
79
72
[ batteries menhirLib ppx_deriving ppxlib sedlex stdint ] ;
Original file line number Diff line number Diff line change 65
65
cat "${ hax-env-file } " | xargs -I{} echo "export {}"
66
66
fi
67
67
'' ;
68
- ocamlPackages = pkgs . ocamlPackages . overrideScope ( final : prev : {
69
- ocamlgraph = prev . ocamlgraph . overrideAttrs ( _ : rec {
70
- name = "ocamlgraph-${ version } " ;
71
- version = "2.2.0" ;
72
- src = pkgs . fetchurl {
73
- url =
74
- "https://github.com/backtracking/ocamlgraph/releases/download/${ version } /ocamlgraph-${ version } .tbz" ;
75
- hash = "sha256-sJViEIY8wk9IAgO6PC7wbfrlV5U2oFdENk595YgisjA=" ;
76
- } ;
77
- } ) ;
78
- } ) ;
68
+ ocamlPackages = pkgs . ocamlPackages ;
79
69
in rec {
80
70
packages = {
81
71
inherit rustc ocamlformat rustfmt fstar hax-env rustc-docs ;
You can’t perform that action at this time.
0 commit comments