Merge pull request #131396 from Stunkymonkey/minecraft-server-phases

minecraft-server: deprecate phases
This commit is contained in:
Sandro 2021-07-24 22:37:42 +00:00 committed by GitHub
commit 6c094c5fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
chmod +x $out/bin/minecraft-server
'';
phases = "installPhase";
dontUnpack = true;
passthru = {
tests = { inherit (nixosTests) minecraft-server; };