mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
prometheus-jmx-httpserver: deprecate phases
This commit is contained in:
parent
fbf61871ee
commit
5a5972100a
@ -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 New Issue
Block a user