add starter maven thingy
apes https://ryantm.github.io/nixpkgs/languages-frameworks/maven/
This commit is contained in:
parent
19066e7370
commit
5038b21226
1 changed files with 16 additions and 0 deletions
16
default.nix
16
default.nix
|
|
@ -0,0 +1,16 @@
|
||||||
|
{ lib, fetchFromGitHub, jre, makeWrapper, maven }:
|
||||||
|
|
||||||
|
maven.buildMavenPackage rec {
|
||||||
|
pname = "iBioSim";
|
||||||
|
version = "3.2.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "MeyersResearchGroup";
|
||||||
|
repo = pname;
|
||||||
|
rev = "${pname}-${version}";
|
||||||
|
hash = "";
|
||||||
|
};
|
||||||
|
|
||||||
|
mvnHash = "";
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue