prometheus-jmx-httpserver: deprecate phases
This commit is contained in:
parent
fbf61871ee
commit
5a5972100a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in stdenv.mkDerivation {
|
|||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ jre ];
|
||||
|
||||
phases = "installPhase";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/libexec
|
||||
|
|
Loading…
Reference in a new issue