Merge pull request #131386 from Stunkymonkey/prometheus-jmx-httpserver-phases

prometheus-jmx-httpserver: deprecate phases
This commit is contained in:
Sandro 2021-07-24 22:18:15 +00:00 committed by GitHub
commit 4a46f39732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];
phases = "installPhase";
dontUnpack = true;
installPhase = ''
mkdir -p $out/libexec