subsonic: remove phases

This commit is contained in:
Felix Buehler 2021-07-24 23:13:58 +02:00
parent fbf61871ee
commit 15b29ec38c

View file

@ -33,6 +33,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ telotortium ];
platforms = platforms.unix;
};
phases = ["unpackPhase" "installPhase"];
}