diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 16:09:40 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 16:09:40 +0000 |
commit | eb392da3bad5a46d9cd1270984649a1c489ad1fe (patch) | |
tree | 300fdebabbfc0e59c7a17de70274731db2470c5c /px/packages/accounts.scm | |
parent | 83794dee561548c7303cd1d7350dd5589e01236c (diff) |
contacts-calendar: drop module
Diffstat (limited to 'px/packages/accounts.scm')
-rw-r--r-- | px/packages/accounts.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/px/packages/accounts.scm b/px/packages/accounts.scm index e18f982..10f5be2 100644 --- a/px/packages/accounts.scm +++ b/px/packages/accounts.scm @@ -514,38 +514,6 @@ could load from store") "Adds support for Ethereum and Bitcoin wallet addresses in Accounts Service.") (license license:expat))) -(define-public px-accounts-service-plugin-etesync - (package - (name "px-accounts-service-plugin-etesync") - (version "0.1.1") - (source - (origin - (method url-fetch) - (uri (string-append "https://source.pantherx.org/" name "_v" version - ".tgz")) - (sha256 - (base32 "16zzqh9lb5gb1yn12v48akh5rfidssxjah9f3jg8hpzy0qaca64z")))) - (build-system python-build-system) - (arguments - `(#:tests? #f - #:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-version - (lambda* (#:key inputs outputs #:allow-other-keys) - (substitute* (string-append "plugins/" - ,name ".yaml") - (("PLUGIN_PATH") - (assoc-ref outputs "out")) - (("PLUGIN_VERSION") - ,version)))) - (delete 'sanity-check)))) - (propagated-inputs `(("etesync-dav" ,etesync-dav) - ("px-contacts-calendar" ,px-contacts-calendar) - ("python-etesync" ,python-etesync))) - (home-page "https://www.pantherx.org/") - (synopsis "EteSync Plugin for Online Accounts Service") - (description "Support Etesync account as a CardDAV/CalDAV provider") - (license license:expat))) - (define-public px-accounts-service-plugin-gitlab (package (name "px-accounts-service-plugin-gitlab") |