WIP: package evolution-decsync
This commit is contained in:
parent
82ccb8fb24
commit
2d6fa679c6
4 changed files with 170 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue