aboutsummaryrefslogtreecommitdiff
path: root/.mumi
ModeNameSize
-rw-r--r--config122logplainabout
-i Maxim Cournoyer 2022-07-24gnu: btrbk: Use SEARCH-INPUT-FILES....* gnu/packages/backup.scm (btrbk)[arguments]: Use SEARCH-INPUT-FILE to construct the wrapper's PATH, rather than hard-coding package variables. Tobias Geerinckx-Rice 2022-07-24gnu: btrbk: Update to 0.32.2....* gnu/packages/backup.scm (btrbk): Update to 0.32.2. Tobias Geerinckx-Rice 2022-07-24gnu: btrbk: Add findutils to PATH....* gnu/packages/backup.scm (btrbk)[arguments]: Add findutils to WRAP-PROGRAM's PATH list. Tobias Geerinckx-Rice 2022-07-02gnu: burp: Use regular check....* gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Thiago Jung Bauermann 2022-06-26gnu: python-setuptools-scm: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here. Maxim Cournoyer 2022-06-06gnu: Borg: Update to 1.2.1....* gnu/packages/backup.scm (borg): Update to 1.2.1. Leo Famulari 2022-04-26gnu: Add grsync....* gnu/packages/backup.scm (grsync): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Feng Shu 2022-03-26gnu: Borg: Update to 1.2.0....* gnu/packages/backup.scm (borg): Update to 1.2.0. [source]: Adjust the list of Cython files to rebuild. Remove an obsolete substitution. Delete the bundled xxhash. Blake2 is no longer bundled. [native-inputs]: Add python-dateutil. [inputs]: Add xxhash. Add python-msgpack-1.2. Remove libb2. [arguments]: Export BORG_LIBXXHASH_PREFIX to ensure the build script can find xxhash. Adjust the list of skipped tests and make the custom 'check' phase honor tests?. Install some more documentation. Leo Famulari 2022-02-07gnu: Vorta: Update to 0.8.3....* gnu/packages/backup.scm (vorta): Update to 0.8.3. Leo Famulari 2022-01-28gnu: Vorta: Remove a transitive dependency on QtWebKit....See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/backup.scm (vorta)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. Leo Famulari 2022-01-26gnu: Borg: Improve the description....Attic... Now that's a name I've not heard in a long time. * gnu/packages/backup.scm (borg)[description]: Improve it. Leo Famulari 2022-01-26gnu: Add Vorta....* gnu/packages/backup.scm (vorta): New variable. Leo Famulari 2022-01-24gnu: Add btrbk....* gnu/packages/backup.scm (btrbk): New variable. Maxim Cournoyer 2022-01-06gnu: snapraid: Update to 12.0....* gnu/packages/backup.scm (snapraid): Update to 12.0. Tobias Geerinckx-Rice 2022-01-06gnu: snapraid: ‘Fix’ build....* gnu/packages/backup.scm (snapraid)[arguments]: Remove "--enable-valgrind" from #:configure-flags. [native-inputs]: Remove valgrind. Tobias Geerinckx-Rice 2022-01-06gnu: snapraid: Use G-expressions....* gnu/packages/backup.scm (snapraid)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-01-06gnu: wimlib: Update to 1.13.5....* gnu/packages/backup.scm (wimlib): Update to 1.13.5. Tobias Geerinckx-Rice 2022-01-06gnu: borgmatic: Use G-expressions....* gnu/packages/backup.scm (borgmatic)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-01-06gnu: borgmatic: Update to 1.5.22....* gnu/packages/backup.scm (borgmatic): Update to 1.5.22. Tobias Geerinckx-Rice 2021-12-29gnu: dirvish: Fix trailing whitespace in description....* gnu/packages/backup.scm (dirvish)[description]: Fix trailing whitespace. Vagrant Cascadian 2021-12-22gnu: disarchive: Update to 0.4.0....* gnu/packages/backup.scm (disarchive)[source]: Update to 0.4.0. [native-inputs, inputs]: Add guile-lzma. * gnu/packages/package-management.scm (guix)[arguments]: Include guile-lzma in the 'wrap-program' phase. [inputs]: Add guile-lzma. Timothy Sample 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-11-27gnu: borgmatic: Update to 1.5.21....* gnu/packages/backup.scm (borgmatic): Update to 1.5.21. Tobias Geerinckx-Rice 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-15gnu: borgmatic: Fix typo in description....* gnu/packages/backup.scm (borgmatic): Fix typo, "software" being a mass noun. Nicolas Goaziou 2021-11-14gnu: Add borgmatic....* gnu/packages/backup.scm (borgmatic): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Arun Isaac 2021-11-13gnu: duplicity: Update to 0.8.21....* gnu/packages/backup.scm (duplicity): Update to 0.8.21. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-11-11gnu: Remove references to a removed patch....* gnu/packages/backup.scm (libchop)[source]: Remove the patch. (idutils)[source]: Ditto. Mathieu Othacehe 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner