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 ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = [ jre ];
|
buildInputs = [ jre ];
|
||||||
|
|
||||||
phases = "installPhase";
|
dontUnpack = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/libexec
|
mkdir -p $out/libexec
|
||||||
|
|
Loading…
Reference in a new issue