1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://download.serviio.org/releases/${pname}-${version}-linux.tar.gz";
9 sha256 = "sha256-ssi2fKbAMizr5eLAMng+G25ui3v98zCNWzMg7uLgGas=";
14 cp -R config legal lib library plugins LICENCE.txt NOTICE.txt README.txt RELEASE_NOTES.txt $out
18 homepage = "https://serviio.org";
19 description = "UPnP Media Streaming Server";
21 Serviio is a free media server. It allows you to stream your media files (music, video or images)
22 to any DLNA-certified renderer device (e.g. a TV set, Bluray player, games console) on your home network.
24 license = licenses.unfree;
25 maintainers = [ maintainers.thpham ];
26 platforms = platforms.linux;