Skip to content
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

Merged
merged 4 commits into from
Apr 27, 2022
Merged

Update sources #255

merged 4 commits into from
Apr 27, 2022

Conversation

Copy link
Collaborator

@ulrikstrid ulrikstrid left a 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

@anmonteiro
Copy link
Collaborator

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 ];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

o.nativeBuildInputs ++ [ crunch ]

Copy link
Collaborator

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah 👌

@anmonteiro
Copy link
Collaborator

seems fixed

@anmonteiro anmonteiro merged commit af93297 into master Apr 27, 2022
@anmonteiro anmonteiro deleted the auto-update-sources-2232791649 branch April 27, 2022 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants