about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-24 23:08:56 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-24 23:08:56 +0200
commit5a5972100ada9af71612f9bd21167bce5d5e6991 (patch)
tree9dbdb2e20ea8a209d0a77070633af20c0824e353 /pkgs/servers
parentfbf61871eee7d7bf3d4130179a5bf02f847b94da (diff)
downloadnixlib-5a5972100ada9af71612f9bd21167bce5d5e6991.tar
nixlib-5a5972100ada9af71612f9bd21167bce5d5e6991.tar.gz
nixlib-5a5972100ada9af71612f9bd21167bce5d5e6991.tar.bz2
nixlib-5a5972100ada9af71612f9bd21167bce5d5e6991.tar.lz
nixlib-5a5972100ada9af71612f9bd21167bce5d5e6991.tar.xz
nixlib-5a5972100ada9af71612f9bd21167bce5d5e6991.tar.zst
nixlib-5a5972100ada9af71612f9bd21167bce5d5e6991.zip
prometheus-jmx-httpserver: deprecate phases
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/prometheus/jmx-httpserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix b/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix
index 2c08374ec736..459ddf01de3c 100644
--- a/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix
+++ b/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
   nativeBuildInputs = [ makeWrapper ];
   buildInputs = [ jre ];
 
-  phases = "installPhase";
+  dontUnpack = true;
 
   installPhase = ''
     mkdir -p $out/libexec