WIP: package evolution-decsync

This commit is contained in:
steveej 2022-11-10 16:29:37 +01:00
parent 82ccb8fb24
commit 2d6fa679c6
4 changed files with 170 additions and 0 deletions

View file

@ -82,6 +82,11 @@ in rec {
libgcrypt = pkgs.libgcrypt_1_5;
};
libdecsync = pkgs.callPackage ../pkgs/libdecsync { };
libdecsync-python = pkgs.callPackage ../pkgs/libdecsync-python { };
evolution-decsync =
pkgs.callPackage ../pkgs/evolution-decsync { inherit libdecsync; };
pythonPackages = myPython;
myPython = pkgs.python310.withPackages (ps:
with ps;