emem: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-03 14:03:30 +02:00
parent 9a6357c736
commit 5f6fa38b58

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "18x3s3jrph8k3pc75jgwkfqazygpsx93zjxx68zms58my17cybh1";
};
phases = [ "buildPhase" "installPhase" ];
dontUnpack = true;
buildPhase = ''
mkdir -p $out/bin $out/share/java