Merge pull request #131133 from Stunkymonkey/serviio-phases

serviio: remove phases
This commit is contained in:
Jörg Thalheim 2021-07-23 07:37:08 +01:00 committed by GitHub
commit f1d7909d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "0mxpdyhjf4w83q8ssmvpxm95hw4x7lfkh48vvdablccfndh82x2i";
};
phases = ["unpackPhase" "installPhase"];
installPhase = ''
mkdir -p $out
cp -R config legal lib library plugins LICENCE.txt NOTICE.txt README.txt RELEASE_NOTES.txt $out