mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +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 ];
|
||||
buildInputs = [ jre ];
|
||||
|
||||
phases = "installPhase";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/libexec
|
||||
|
Loading…
Reference in New Issue
Block a user