mill-bin: nitpicks

This commit is contained in:
Dmitry Kalinkin 2018-12-02 23:45:58 -05:00
parent 0f87db3972
commit 62b4b790b7
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333
2 changed files with 7 additions and 7 deletions

View file

@ -3861,6 +3861,11 @@
github = "sboosali";
name = "Sam Boosalis";
};
scalavision = {
email = "scalavision@gmail.com";
github = "scalavision";
name = "Tom Sorlie";
};
schmitthenner = {
email = "development@schmitthenner.eu";
github = "fkz";
@ -4937,9 +4942,4 @@
github = "mredaelli";
name = "Massimo Redaelli";
};
scalavision = {
email = "scalavision@gmail.com";
github = "scalavision";
name = "Tom Sorlie";
};
}

View file

@ -1,4 +1,5 @@
{ stdenv, fetchurl, jre, makeWrapper }:
stdenv.mkDerivation rec {
name = "mill-${version}";
version = "0.3.5";
@ -13,7 +14,7 @@ stdenv.mkDerivation rec {
unpackPhase = "true";
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preInstall
install -Dm555 "$src" "$out/bin/.mill-wrapped"
@ -36,5 +37,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ scalavision ];
platforms = stdenv.lib.platforms.all;
};
}