Re: [Nix-dev] buildMaven usage

2017-02-19 Thread laverne
On Wed, 15 Feb 2017 13:08:07 -0600 zimbatm zimb...@zimbatm.com wrote Hi laverne, did you manage to figure it out? I think the usage would be to run https://github.com/NixOS/mvn2nix-maven-plugin on your project and then in your default.nix add something like: ``` { pkgs ?

Re: [Nix-dev] buildMaven usage

2017-02-15 Thread zimbatm
Hi laverne, did you manage to figure it out? I think the usage would be to run https://github.com/NixOS/mvn2nix-maven-plugin on your project and then in your default.nix add something like: ``` { pkgs ? import {} , buildMaven ? pkgs.buildMaven }: buildMaven ./infofile ``` Where the

[Nix-dev] buildMaven usage

2017-02-09 Thread laverne
Hi, I have a question about the function defined at https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/build-maven.nix I wanted to use it to build Spark Frame (http://sparkjava.com/), however, while the function is in all-packages, it isn't doesn't seem to be used anywhere