Skip to content

Commit 2221a90

Browse files
committed
Update melange submodule to v6-54 and align Nix deps
1 parent 4a5d111 commit 2221a90

2 files changed

Lines changed: 3 additions & 30 deletions

File tree

flake.nix

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,6 @@
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
}
@@ -99,8 +74,8 @@
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 =
@@ -111,8 +86,6 @@
11186
pkgs.yarn
11287
]
11388
++ (with pkgs.ocamlPackages; [
114-
reason-react
115-
reason-react-ppx
11689
ocamlformat
11790
js_of_ocaml
11891
cmarkit

melange

Submodule melange updated 1137 files

0 commit comments

Comments
 (0)