Merge pull request #131385 from Stunkymonkey/riemann-phases
riemann: remove phases
This commit is contained in:
commit
c1d62c5224
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
substituteInPlace bin/riemann --replace '$top/lib/riemann.jar' "$out/share/java/riemann.jar"
|
||||
|
||||
|
|
Loading…
Reference in a new issue