-
Notifications
You must be signed in to change notification settings - Fork 163
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
android w/ ghc 8.10 #782
base: develop
Are you sure you want to change the base?
android w/ ghc 8.10 #782
Conversation
default.nix
Outdated
@@ -1,6 +1,6 @@ | |||
{ nixpkgsFunc ? import ./nixpkgs | |||
, system ? builtins.currentSystem | |||
, config ? {} | |||
, config ? { android_sdk.accept_license = true; } |
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.
is this intended?
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.
probably not, but it was there when i got here
Overwriting the original Java sources, is exactly what I need. It worked immediately with this branch. well done. |
Currently it is not possible to upload an app to the google play store: I think it is not trivial to increase the android platform version to 30. |
There are changes in upstream's ghc-8.10 that aren't part of ghc-8.10.7 and this causes the nixpkgs to fail (because it tries to apply patches that have since been upstreamed)
…-8_10-wip * origin/nixpkgs-21.05: android: Update ghc thunk to one that actually includes splices
…-8_10-wip * origin/nixpkgs-21.05: android: sdk version 30
I overlooked, that in this MR some similar changes were done as in nixpkgs-22.05 , e.g. the gradle upgrade. How can we combine our efforts? |
…/reflex-platform into aliao/mobile-8_10-wip
…platform into aliao/mobile-8_10-wip
@mankyKitty is this already included in the v1 release? |
just need a cheap & easy CI run