-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ocamlPackages.wasm_of_ocaml-compiler: init at 6.0.1 #384029
Conversation
js_of_ocaml, | ||
menhir, | ||
menhirLib, | ||
menhirSdk, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
menhirSdk, |
I think this library is not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
about this: https://github.com/ocsigen/js_of_ocaml/blob/937e84920335b58a5598f222a613f62f781912f7/wasm_of_ocaml-compiler.opam#L27
they declared this dependency but its not used
and please set |
2037796
to
a61f3d0
Compare
]; | ||
|
||
propagatedBuildInputs = [ | ||
js_of_ocaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
js_of_ocaml | |
js_of_ocaml-compiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this works because js_of_ocaml
is brought in by js_of_ocaml-compiler
, and only js_of_ocaml
is needed as indicated in wasm_of_ocaml-compiler.opam (some extra building is required if we use js_of_ocaml-compiler
instead of js_of_ocaml
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the opposite: only js_of_ocaml-compiler
is needed, js_of_ocaml
brings in both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! didn't check carefully in default.nix
a61f3d0
to
e06b770
Compare
Thanks! |
wasm_of_ocaml-compiler was merged into js_ocaml in ocsigen/js_of_ocaml#1724 and released along in 6.0.1
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.