15 stdenv.mkDerivation rec {
16 pname = "seafile-shared";
19 src = fetchFromGitHub {
23 sha256 = "sha256-IpRCgPxYy1El4EEvVEfzAlbxP/osQUb7pCP3/BhkecU=";
32 python3.pkgs.wrapPython
48 pythonPath = with python3.pkgs; [
58 homepage = "https://github.com/haiwen/seafile";
59 description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons";
60 license = licenses.gpl2Plus;
61 platforms = platforms.linux;
62 maintainers = with maintainers; [ greizgh schmittlauch ];