summaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
AgeCommit message (Collapse)Author
2021-10-23gnu: bcachefs-tools-static: Fix build.Tobias Geerinckx-Rice
This follows up on commit 196e3f52355ee7d086e67eb769d714dd040d61c2: bcachefs-tools now unconditionally builds and installs libbcachefs.so. * gnu/packages/file-systems.scm (bcachefs-tools-static)[arguments]: Add a new 'skip-shared-library phase.
2021-10-23gnu: bcachefs-tools: Update to 0.1-12.f9f5778.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-12.f9f5778.
2021-10-21gnu: autofs: Update to 5.1.8.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (autofs): Update to 5.1.8. [arguments]: Don't explicitly return #t from phases.
2021-10-15gnu: dbxfs: Download using git-fetch.Efraim Flashner
* gnu/packages/file-systems.scm (dbxfs)[source]: Download using git-fetch.
2021-10-12gnu: dbxfs: Update home-page.Efraim Flashner
* gnu/packages/file-systems.scm (dbxfs)[home-page]: Update to new upstream homepage.
2021-10-03gnu: bcachefs-tools: Update to 0.1-11.3785043.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-11.3785043.
2021-10-02gnu: zfs: Update to 2.1.1.Kaelyn Takata
* gnu/packages/file-systems.scm (zfs): Update to 2.1.1. [arguments]: Do not return #t from custom phases. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-27gnu: bcachefs-tools: Update to 0.1-10.d214908.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-10.d214908.
2021-09-03gnu: bcachefs-tools: Update to 0.1-9.6c42566.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-9.6c42566. [native-inputs]: Add python and python-docutils.
2021-08-02gnu: zfs: Update source URI.Efraim Flashner
* gnu/packages/file-systems.scm (zfs)[source]: Update to new upstream URI.
2021-08-02gnu: zfs: Update 2.1.0.raid5atemyhomework via Bug reports for GNU Guix
* gnu/packages/file-systems.scm (zfs): Update to 2.1.0. [arguments]: Adjust 'patch-source phase to add support for new compatibility feature. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-09gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs-tools): Update to 0.0.0-3.3b6fe00.
2021-07-09gnu: mergerfs: Clean up arguments.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs)[arguments]: Remove some incorrect comments & rewrite code accordingly. Pass the PREFIX as a make flag.
2021-07-09gnu: mergerfs: Do not refer to the native bash.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mergerfs)[inputs]: Add bash-minimal. [arguments]: Refer to it rather than to the native build bash.
2021-07-09gnu: mergerfs: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs)[arguments]: Use CC-FOR-TARGET and CXX-FOR-TARGET. Don't let the Makefile strip binaries.
2021-07-09gnu: mergerfs: Update to 2.32.6.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.6.
2021-07-07gnu: Add rewritefs.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (rewritefs): New public variable.
2021-06-25gnu: exfat-utils: Move to (gnu packages file-systems).Tobias Geerinckx-Rice
* gnu/packages/mtools.scm (exfat-utils): Move from here… * gnu/packages/file-systems.scm (exfat-utils): …to here.
2021-06-25gnu: zfs: Update to 2.0.5.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (zfs): Update to 2.0.5.
2021-06-24gnu: Add cachefilesd-inotify.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (cachefilesd-inotify): New public variable.
2021-06-19gnu: jfsutils: Adjust for GCC 10.Marius Bakke
* gnu/packages/patches/jfsutils-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/file-systems.scm (jfsutils)[source](patches): Add it.
2021-06-17gnu: bcachefs-tools: Update to 0.1-8.fe1bb39.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-8.fe1bb39.
2021-06-13gnu: libnfs: Update to 4.0.0.Brice Waegeneire
* gnu/packages/file-systems.scm (libnfs): Update to 4.0.0.
2021-06-02gnu: Add udftools.Ron Nazarov via Guix-patches via
* gnu/packages/file-systems.scm (udftools): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-23gnu: exfatprogs: Update to 1.1.2.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.2.
2021-05-18gnu: Add libeatmydata.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (libeatmydata): New public variable.
2021-05-13gnu: zfs-auto-snapshot: Fix indentation.Mathieu Othacehe
* gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation.
2021-05-13gnu: zfs-auto-snapshot: Use git-fetch.Mathieu Othacehe
Do not use an autogenerated tarball. This is notified by "guix lint". * gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch method.
2021-05-13gnu: zfs-auto-snapshot: Wrap long lines.Mathieu Othacehe
* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]: Wrap long lines.
2021-05-13gnu: Add zfs-auto-snapshot.raid5atemyhomework
* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-05-13gnu: xfstests: Fix typo.Tobias Geerinckx-Rice
Syntax-highlighted monospace is overrated. Nothing like glancing at Webmail to spot obvious bugs. * gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.
2021-05-13gnu: Add xfstests.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (xfstests): New public variable.
2021-05-07gnu: bcachefs-tools: Update to 0.1-7.7942d5c.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c.
2021-05-04gnu: bcachefs-tools: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Use CC-FOR-TARGET and PKG-CONFIG-FOR-TARGET.
2021-05-04gnu: bcachefs-tools: Update to 0.1-6.a14d39d.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-6.a14d39d.
2021-04-22gnu: exfatprogs: Update to 1.1.1.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.1.
2021-04-21gnu: bcachefs-tools: Update to 0.1-5.ce906d6.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6.
2021-04-10gnu: bindfs: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
2021-04-10gnu: tmsu: Fix typo in synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (tmsu)[synopsis, description]: Fix typo.
2021-04-10gnu: davfs2: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (davfs2)[description]: Fix typo.
2021-03-29gnu: python-dropbox: Update to 11.5.0.Efraim Flashner
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.5.0.
2021-03-29gnu: bcachefs-tools: Update to 0.1-4.bb6eccc.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-4.bb6eccc.
2021-03-28gnu: autofs: Update to 5.1.7.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (autofs): Update to 5.1.7. [arguments]: Add a new 'fix-rpath phase.
2021-03-16gnu: tmsu: Improve installation.Stefan Reichör
* gnu/packages/file-systems.scm (tmsu)[arguments]: Don't install go source files. Install binary as tmsu instead of TMSU. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-13gnu: mergerfs: Update to 2.32.4.Lars-Dominik Braun
* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.4.
2021-03-11gnu: Update zfs to 2.0.4.raid5atemyhomework via Guix-patches via
Mostly FreeBSD fixes, some documentation changes and corrections, and a few small bugfixes. Tested with `guix build` only, no in-depth testing done. From 6037ac6f797f37abb579278a0d30cd16e6876ec6 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework <raid5atemyhomework@protonmail.com> Date: Thu, 11 Mar 2021 12:43:58 +0000 Subject: [PATCH] gnu: Update zfs to 2.0.4. * gnu/packages/file-systems.scm (zfs): Update to 2.0.4, rename to OpenZFS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-03-11gnu: bindfs: Update to 1.15.1.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bindfs): Update to 1.15.1.
2021-03-06gnu: fsarchiver: Update to 0.8.6.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.6.
2021-02-24gnu: Add tmsu.Ricardo Wurmus
* gnu/packages/file-systems.scm (tmsu): New variable.
2021-02-24gnu: Add go-github-com-hanwen-fuse.Ricardo Wurmus
* gnu/packages/file-systems.scm (go-github-com-hanwen-fuse): New variable.