Merge pull request #131129 from Stunkymonkey/zookeeper-phases

zookeeper: remove phases
This commit is contained in:
Jörg Thalheim 2021-07-23 07:50:58 +01:00 committed by GitHub
commit 63b306d848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];
phases = ["unpackPhase" "installPhase"];
installPhase = ''
runHook preInstall
mkdir -p $out