seafile-shared: build CLI client

main
Greizgh 3 years ago
parent 67979f2ff0
commit 3860ea7bb0
No known key found for this signature in database
GPG Key ID: 68B0B42612A108B2
  1. 8
      pkgs/misc/seafile-shared/default.nix

@ -40,12 +40,12 @@ stdenv.mkDerivation rec {
configureFlags = [
"--disable-server"
"--disable-console"
"--with-python3"
];
pythonPath = with python3.pkgs; [
libsearpc
future
pysearpc
];
postFixup = ''
@ -55,8 +55,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/haiwen/seafile";
description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons";
license = licenses.gpl3;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ greizgh schmittlauch ];
};
}

Loading…
Cancel
Save