Re: [Nix-dev] Working with Gradle-based packages

2016-12-09 Thread Alp Mestanogullari
Hello! Sparkle developer here. Have you seen the instructions in sparkle's README, about the simple/quick way to build and run a new application? https://github.com/tweag/sparkle#how-to-use To do that with Nix, all you have to do is use `stack --nix` instead of plain `stack`. The existing shell.

[Nix-dev] Working with Gradle-based packages

2016-11-30 Thread Tikhon Jelvis
Hello, I'm trying to us Sparkle (Haskell Spark bindings) with Nix. However, Sparkle uses Gradle to fetch its JVM dependencies (ie Spark), and Gradle can't download things during a Nix build. How should I handle this in Nix? Is there some easy way to get Gradle to work properly? thanks, -tikhon _