add starter maven thingy

apes https://ryantm.github.io/nixpkgs/languages-frameworks/maven/
This commit is contained in:
katherine rl hearth 2026-02-22 11:27:37 -06:00
parent 19066e7370
commit 5038b21226

View file

@ -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 = "";
}