Navigation Menu

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

haskell: add overrides for jsaddle projects #65048

Closed

Conversation

matthewbauer
Copy link
Member

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Member

@infinisil infinisil left a comment

Choose a reason for hiding this comment

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

You should make this change against the haskell-updates branch instead

@@ -586,4 +586,10 @@ self: super: builtins.intersectAttrs super {
# Tests require internet
dhall_1_24_0 = dontCheck super.dhall_1_24_0;

jsaddle-wkwebview = overrideCabal super.jsaddle-wkwebview (old: {
broken = false;
Copy link
Member

Choose a reason for hiding this comment

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

Remove jsaddle-wkwebview from the list of broken packages in configuration-hackage2nix.nix instead.

Copy link
Member

@Ericson2314 Ericson2314 left a comment

Choose a reason for hiding this comment

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

Good to finally get this reflex-platform stuff in nixpkgs! @infinisil raises a good point but otherwise looks good.

CC @dmjio

@Ericson2314 Ericson2314 added the 9.needs: port to stable A PR needs a backport to the stable release. label Jul 24, 2019
@Ericson2314
Copy link
Member

I marked port to stable. It is harmless to fix broken packages on a release branch I think, and good shrink reflex-platform before the switch to 19.06.

@matthewbauer
Copy link
Member Author

matthewbauer commented Jul 25, 2019

Note that webkitgtk stuff is still broken due to some weird version incompatibilities in the latest haskell packages update. Hopefully will resolve in a newer version.

Copy link
Member

@peti peti left a comment

Choose a reason for hiding this comment

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

Please address @infinisil's comments.

@peti peti closed this Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants