activemq: remove phases

This commit is contained in:
Felix Buehler 2021-08-02 22:13:03 +02:00
parent 9a626cda34
commit cfb9f80755

View file

@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
mkdir -p $out
mv * $out/