seafile-shared: build CLI client
This commit is contained in:
parent
67979f2ff0
commit
3860ea7bb0
1 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue