vdirsyncer: Convert to a python module (#87865)
* vdirsyncer: standardize derivation Use toPythonApplication and use callPackage from python-packages.nix. Make vdirsyncerStable somewhat functional again, but mark it as broken for Python 3.6 or higher. * vdirsyncer: use buildPythonPackage as it's a package now * vdirsyncer: move to python-modules/ * vdirsyncer: Move disabled logic into expression
This commit is contained in:
@@ -1607,6 +1607,13 @@ in {
|
||||
|
||||
vdf = callPackage ../development/python-modules/vdf { };
|
||||
|
||||
vdirsyncer = callPackage ../development/python-modules/vdirsyncer {
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices Security;
|
||||
inherit (pkgs) pkg-config openssl rustPlatform;
|
||||
};
|
||||
|
||||
vdirsyncerStable = callPackage ../development/python-modules/vdirsyncer/stable.nix { };
|
||||
|
||||
vidstab = callPackage ../development/python-modules/vidstab { };
|
||||
|
||||
webapp2 = callPackage ../development/python-modules/webapp2 { };
|
||||
|
||||
Reference in New Issue
Block a user