seyren: deprecate phases (#131137)

This commit is contained in:
Felix Bühler 2021-07-23 05:41:58 +02:00 committed by GitHub
parent c0340896a5
commit 6c25dfa39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1fixij04n8hgmaj8kw8i6vclwyd6n94x0n6ify73ynm6dfv8g37x";
};
phases = ["installPhase"];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];