coursier: makeWrapper as nativeBuildInputs, add adelbertc and nequissimus as maintainers

This commit is contained in:
Adelbert Chang
2017-03-20 09:04:40 -07:00
parent 9634d9e4fc
commit 8d182a7e6b
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "610c5fc08d0137c5270cefd14623120ab10cd81b9f48e43093893ac8d00484c9";
};
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
phases = "installPhase";
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://get-coursier.io/;
description = "A Scala library to fetch dependencies from Maven / Ivy repositories";
license = licenses.asl20;
maintainers = with maintainers; [ adelbertc nequissimus ];
};
}