;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2016, 2017 Leo Famulari ;;; Copyright © 2018, 2019, 2022, 2023 Efraim Flashner ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Vinicius Monego ;;; Copyright © 2021 Tanguy Le Carrour ;;; Copyright © 2022 Jonathan Brielmaier ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages dav) #:use-module
aboutsummaryrefslogtreecommitdiff
blob: 6c49bdcdde088e196d61d0888452b3a7ac6d2680 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix completion for R5RS Scheme.
See https://github.com/ashinn/scheme-complete/issues/1

--- scheme-complete-master/scheme-complete.el.orig	2015-12-25 21:59:09.896909029 +0100
+++ scheme-complete-master/scheme-complete.el	2015-12-25 21:59:17.924993998 +0100
@@ -591,7 +591,7 @@
            '((exact->inexact (lambda (z) z))
              (inexact->exact (lambda (z) z)))
            (mapcar #'(lambda (x)
-                       (list x (scheme-env-lookup *scheme-r7rs-info* x)))
+                       (scheme-env-lookup *scheme-r7rs-info* x))
                    *scheme-r5rs-bindings*))))
   *scheme-r5rs-info*)
 
(add-installed-pythonpath inputs outputs) (setenv "DETERMINISTIC_TESTS" "true") (setenv "DAV_SERVER" "radicale") (setenv "REMOTESTORAGE_SERVER" "skip") (if tests? (invoke "make" "test")))) (add-after 'unpack 'patch-version-call (lambda _ (substitute* "docs/conf.py" (("^release.*") (string-append "release = '" #$version "'\n")))))))) (native-inputs (list python-setuptools-scm python-sphinx ;; Required for testing python-aioresponses python-hypothesis python-trustme python-pytest python-pytest-asyncio python-pytest-cov python-pytest-httpserver radicale)) (inputs (list python-aiohttp python-aiostream python-atomicwrites python-click python-click-log python-requests python-requests-toolbelt)) (synopsis "Synchronize calendars and contacts") (description "Vdirsyncer synchronizes your calendars and addressbooks between two storage locations. The most popular purpose is to synchronize a CalDAV or CardDAV server with a local folder or file. The local data can then be accessed via a variety of programs, none of which have to know or worry about syncing to a server.") (home-page "https://github.com/pimutils/vdirsyncer") (license bsd-3)))