{ buildPythonApplication, lib, fetchurl }: buildPythonApplication { pname = "servefile"; version = "0.4.4"; src = fetchurl { url = "https://seba-geek.de/proj/servefile/servefile-0.4.4.tar.gz"; sha256 = "1hibps5w2h922cfblp7jn50lbk3ilbdk9qvpc2h7b9giilaw2hwb"; }; postInstall = '' mkdir -p $out/share/man/man1 cp servefile.1 $out/share/man/man1 ''; meta = with lib; { homepage = "https://seba-geek.de/stuff/servefile/"; maintainers = with maintainers; [ qyliss ]; license = licenses.gpl3Plus; platforms = platforms.all; }; }