mill: removing MILL_VERSION variable (#103736)

This commit is contained in:
scalavision 2020-11-14 00:15:01 +01:00 committed by GitHub
parent 4d4f97a892
commit c1dfbaa8ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,7 @@ stdenv.mkDerivation rec {
# can't use wrapProgram because it sets --argv0
makeWrapper "$out/bin/.mill-wrapped" "$out/bin/mill" \
--prefix PATH : "${jre}/bin" \
--set JAVA_HOME "${jre}" \
--set MILL_VERSION "${version}"
--set JAVA_HOME "${jre}"
runHook postInstall
'';