Export info from build-maven

wip/yesman
Shea Levy 9 years ago
parent cb46ba4b16
commit 7e2082c16f
  1. 2
      pkgs/build-support/build-maven.nix

@ -42,7 +42,7 @@ infoFile: let
src = dirOf infoFile;
in {
inherit repo settings;
inherit repo settings info;
build = stdenv.mkDerivation {
name = "${info.project.artifactId}-${info.project.version}.jar";

Loading…
Cancel
Save