seyren: deprecate phases (#131137)

This commit is contained in:
Felix Bühler
2021-07-22 23:41:58 -04:00
committed by GitHub
parent c0340896a5
commit 6c25dfa39a
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1fixij04n8hgmaj8kw8i6vclwyd6n94x0n6ify73ynm6dfv8g37x";
};
phases = ["installPhase"];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];