-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update sources #255
Update sources #255
Conversation
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.
Only cachix failed with the normal issue, should be ok to merge. @anmonteiro
This is still not good, and has the same problems that #254 has, with the graphql-cohttp failure. I can't reproduce it locally, though |
@@ -534,6 +518,10 @@ with oself; | |||
graphql-async = callPackage ./graphql/async.nix { }; | |||
|
|||
graphql_ppx = callPackage ./graphql_ppx { }; | |||
graphql-cohttp = osuper.graphql-cohttp.overrideAttrs (o: { | |||
# https://github.com/NixOS/nixpkgs/pull/170664 | |||
nativeBuildInputs = [ ocaml dune findlib crunch ]; |
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.
o.nativeBuildInputs ++ [ crunch ]
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.
nativeBuildInputs
brings in ocaml-crunch
which depends on pkgs.ocamlPackages
. the version there might be different. check NixOS/nixpkgs#170664
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.
Ah 👌
seems fixed |
:robot_face: Updating sources to the latest version.
Commits touching OCaml packages:
Diff URL: NixOS/nixpkgs@c10c891...d6b9960