Skip to content

Commit

Permalink
mill-bin: nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 3, 2018
1 parent 0f87db3 commit 62b4b79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions maintainers/maintainer-list.nix
Expand Up @@ -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";
Expand Down Expand Up @@ -4937,9 +4942,4 @@
github = "mredaelli";
name = "Massimo Redaelli";
};
scalavision = {
email = "scalavision@gmail.com";
github = "scalavision";
name = "Tom Sorlie";
};
}
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/mill/default.nix
@@ -1,4 +1,5 @@
{ stdenv, fetchurl, jre, makeWrapper }:

stdenv.mkDerivation rec {
name = "mill-${version}";
version = "0.3.5";
Expand All @@ -13,7 +14,7 @@ stdenv.mkDerivation rec {
unpackPhase = "true";
dontConfigure = true;
dontBuild = true;

installPhase = ''
runHook preInstall
install -Dm555 "$src" "$out/bin/.mill-wrapped"
Expand All @@ -36,5 +37,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ scalavision ];
platforms = stdenv.lib.platforms.all;
};

}

0 comments on commit 62b4b79

Please sign in to comment.