File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 runHook postBuild
3333 '' ;
3434 } ) ;
35- melange = osuper . melange . overrideAttrs ( _ : {
36- src = super . fetchFromGitHub {
37- owner = "melange-re" ;
38- repo = "melange" ;
39- rev = "0c7fbb6b6734d54e60b7e73d2d696ec31e90a0c8" ;
40- fetchSubmodules = true ;
41- hash = "sha256-HOLqyVCfHfpbJwcrYH1M1jT8Y6v45oFG42SKJVYJm/4=" ;
42- } ;
43- } ) ;
44- melange-playground =
45- with oself ;
46- buildDunePackage {
47- pname = "melange-playground" ;
48- inherit ( melange ) src version ;
49- nativeBuildInputs = [
50- cppo
51- js_of_ocaml
52- ] ;
53- propagatedBuildInputs = [
54- js_of_ocaml-compiler
55- melange
56- reason
57- reason-react-ppx
58- ] ;
59- } ;
6035 }
6136 ) ;
6237 }
9974 dune
10075 ocaml
10176 findlib
102- melange
103- melange-playground
77+ js_of_ocaml
78+ js_of_ocaml-compiler
10479 reason
10580 ] ;
10681 buildInputs =
11186 pkgs . yarn
11287 ]
11388 ++ ( with pkgs . ocamlPackages ; [
114- reason-react
115- reason-react-ppx
11689 ocamlformat
11790 js_of_ocaml
11891 cmarkit
You can’t perform that action at this time.
0 commit comments