Paul S.

Results 102 comments of Paul S.

Thanks! I'm trying to add a module to build it from source. But can't figure out how do you generate gradle-env jsons. Perhaps you use gradle2nix?

Well, how do you generate these insane jsons then? Yep, I've copied f-droid module but can't get gradle environment working.

Not sure actually. Anyway, I already figured it out, indeed I have to use gradle2nix.

Nope, I'm not even sure what channel you are talking about :) I'm just trying to add a module for Aurora Services, will create a P/R in case of success.

Well, I've tried to replicate F-Droid extension, but have at least two issues: 1. I can't understand how do I get the fingerprint from `fdroid.nix` 2. `gradle2nix` fails for me....

Well, I've managed to generate the env. gradle2nix has to be invoked like `gradle2nix -c bundle -c lintVitalRelease`. In order to get a working gradle env I used the following...

Aha, seems like the right way to invoke that shite is `gradle2nix -c ':app:lintVitalRelease' -c ':app:packageRelease'`

Actually, it's possible to run Spray under OSGi environment even for now. You should manually compile shapeless v1 and parboiled v1 with my patches: https://github.com/sirthias/parboiled/pull/92 https://github.com/milessabin/shapeless/pull/437 You should use ;clean;packagedArtifacts...