aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/guile.scm9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 09f6676960..869fec97bd 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -388,14 +388,9 @@ GNU@tie{}Guile. Use the @code{(ice-9 readline)} module and call its
(string-length "guile-")))
name)))
-(define package-for-guile-2.2
- ;; A procedure that rewrites the dependency tree of the given package to use
- ;; GUILE-2.2 instead of GUILE-2.0.
- (package-input-rewriting `((,guile-2.0 . ,guile-2.2))
- (guile-variant-package-name "guile2.2")))
-
(define package-for-guile-2.0
- ;; Likewise, but the other way around. :-)
+ ;; A procedure that rewrites the dependency tree of the given package to use
+ ;; GUILE-2.0 instead of GUILE-2.2.
(package-input-rewriting `((,guile-2.2 . ,guile-2.0))
(guile-variant-package-name "guile2.0")))
tr> 2019-11-02gnu: rdup: Don't use unstable tarball....* gnu/packages/backup.scm (rdup)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice 2019-10-21gnu: backup: Remove my copyright....This is a follow-up of 7757f440449, where my copyright is not needed. * gnu/packages/backup.scm: Remove my copyright. Mathieu Othacehe 2019-10-20gnu: obnam: Remove this package....This package is abandoned and does not build anymore due to dependencies to old versions of python packages such as pylint. * gnu/packages/backup.scm (obnam): Remove variable. Mathieu Othacehe 2019-07-31gnu: libarchive: Embed absolute references to required libraries in .la file....* gnu/packages/backup.scm (libarchive)[arguments]: Substitute -lfoo compiler flags with absolute references in libarchive.la, in addition to libarchive.pc. Marius Bakke 2019-07-31gnu: libarchive: Do not build 'libarchive.a'....* gnu/packages/backup.scm (libarchive)[arguments]: Add <#:configure-flags>. Marius Bakke 2019-07-31gnu: libarchive: Enable zstd support....CMake 3.15 has a test that expects zstd to be enabled. It adds ~1 MiB to the closure size. * gnu/packages/backup.scm (libarchive)[inputs]: Add ZSTD:LIB. Sort alphabetically. [arguments]: Adjust one of the zstd tests. Adjust libarchive.pc. Marius Bakke 2019-07-22Merge branch 'master' into core-updatesMarius Bakke 2019-07-22gnu: zstd: Move libraries to separate outputs....* gnu/packages/compression.scm (zstd)[outputs]: New field. [arguments]: Add phase 'adjust-libary-locations'. Pass LIBDIR and INCLUDEDIR in <#:make-flags>. * gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB. * gnu/packages/sync.scm (casync)[inputs]: Likewise. * gnu/packages/tor.scm (tor)[inputs]: Likewise. * gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise. Add ZSTD:STATIC. Marius Bakke 2019-07-17Merge branch 'master' into core-updatesLudovic Courtès 2019-07-16gnu: hdup: Use archived home page....* gnu/packages/backup.scm (hdup)[home-page]: Load from archive.org. Tobias Geerinckx-Rice 2019-07-02gnu: libarchive: Remove GCC5 workaround....* gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>. Marius Bakke 2019-06-15gnu: libarchive: Update to 3.4.0....* gnu/packages/patches/libarchive-CVE-2018-1000877.patch, gnu/packages/patches/libarchive-CVE-2018-1000878.patch, gnu/packages/patches/libarchive-CVE-2018-1000880.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/backup.scm (libarchive): Update to 3.4.0. [source](uri): Add alternative download location. [source](patches): Remove. Marius Bakke 2019-06-13Merge branch 'master' into core-updatesLudovic Courtès 2019-06-04gnu: borg: Update to 1.1.10....* gnu/packages/backup.scm (borg): Update to 1.1.10. [source]: Remove upstreamed patch. Remove msgpack and broken references to it. [arguments]: Add ‘use-system-msgpack’ phase. * gnu/packages/patches/borg-fix-hard-link-preloading.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice 2019-05-26gnu: duplicity: Update to 0.7.19....* gnu/packages/backup.scm (duplicity): Update to 0.7.19. Tobias Geerinckx-Rice 2019-05-25Merge branch 'staging' into core-updatesMarius Bakke 2019-05-20gnu: restic: Update to 0.9.5....* gnu/packages/backup.scm (restic): Update to 0.9.5. Tobias Geerinckx-Rice 2019-05-20gnu: wimlib: Update to 1.13.1....* gnu/packages/backup.scm (wimlib): Update to 1.13.1. Tobias Geerinckx-Rice 2019-05-17gnu: Borg: Fix a hang in the test suite....* gnu/packages/patches/borg-fix-hard-link-preloading.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/backup.scm (borg)[source]: Use it. Leo Famulari 2019-05-14gnu: burp: Update to 2.3.6....* gnu/packages/backup.scm (burp): Update to 2.3.6. Björn Höfling 2019-05-06gnu: restic: Fix build....This fixes a regression introduced by commit f42e4ebb56. * gnu/packages/backup.scm (restic)[arguments]: Remove "unpack-path" argument. [phases]{build, check, install, install-docs}: Update the working directory to "src/github.com/restic/restic". Maxim Cournoyer 2019-05-01Merge branch 'master' into core-updatesMarius Bakke 2019-04-14gnu: burp: Update to 2.3.4....* gnu/packages/backup.scm (burp): Update to 2.3.4. Tobias Geerinckx-Rice 2019-04-11gnu: duplicity: Update to 0.7.18.2....* gnu/packages/backup.scm (duplicity): Update to 0.7.18.2. Tobias Geerinckx-Rice 2019-03-23Merge branch 'staging' into core-updatesMarius Bakke