17 stdenv.mkDerivation rec {
18 pname = "seafile-shared";
21 src = fetchFromGitHub {
25 sha256 = "sha256-IpRCgPxYy1El4EEvVEfzAlbxP/osQUb7pCP3/BhkecU=";
34 python3.pkgs.wrapPython
50 pythonPath = with python3.pkgs; [
60 homepage = "https://github.com/haiwen/seafile";
61 description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons";
62 license = licenses.gpl2Plus;
63 platforms = platforms.linux;
64 maintainers = with maintainers; [