aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
Commit message (Collapse)AuthorAge
* gnu: bcachefs-tools: Update to 0.1-15.494421e.Tobias Geerinckx-Rice2022-10-16
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-15.494421e. [arguments]: Skip problematic tests in PYTEST_ARGS.
* gnu: mergerfs: Hard-code output path in mount.mergerfs.Lars-Dominik Braun2022-10-09
| | | | | | | This allows using mergerfs filesystems in /etc/fstab. * gnu/packages/file-systems.scm (mergerfs)[arguments]: Add clause to existing SUBSTITUTE*.
* gnu: zfs: Update to 2.1.6.Brian Cully2022-10-06
| | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add fstransform.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/file-systems.scm (fstransform): New public variable.
* gnu: dbxfs: Update to 1.0.63.Efraim Flashner2022-07-24
| | | | | * gnu/packages/file-systems.scm (dbxfs): Update to 1.0.63. * gnu/packages/patches/dbxfs-remove-sentry-sdk.patch: Update patch.
* gnu: python-dropbox: Update to 11.33.0.Efraim Flashner2022-07-24
| | | | * gnu/packages/file-systems.scm (python-dropbox): Update to 11.33.0.
* gnu: bcachefs-tools: Enable tests.Efraim Flashner2022-07-12
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Adjust make-flags to find pytest. Don't disable tests.
* gnu: bcachefs-tools: Only build with valgrind on supported systems.Efraim Flashner2022-07-12
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[native-inputs]: Only add valgrind on systems where valgrind is supported.
* gnu: zfs: Update to 2.1.5.Brian Cully2022-06-26
| | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: zfs: Use new package style.Brian Cully2022-05-20
| | | | | | | | * gnu/packages/file-systems.scm (zfs): Comment style. [arguments]: Rewrite using gexps. [inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mergerfs: Update to 2.33.5.Lars-Dominik Braun2022-05-11
| | | | * gnu/packages/file-systems.scm (mergerfs): Update to 2.33.5.
* gnu: zfs: Update to 2.1.4.Brian Cully2022-04-26
| | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: bcachefs-tools: Update to 0.1-14.fd1b849.Tobias Geerinckx-Rice2022-02-27
| | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-14.fd1b849.
* gnu: httpfs2: Prepare for cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | * gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.
* gnu: httpfs2: Use G-expressions.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/file-systems.scm (httpfs2)[arguments]: Rewrite as G-expressions.
* gnu: zfs: Update to 2.1.2.raid5atemyhomework2022-01-05
| | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.2.
* gnu: bindfs: Fix trailing whitespace in description.Vagrant Cascadian2021-12-30
| | | | | * gnu/packages/file-systems.scm (bindfs)[description]: Fix trailing whitespace.
* gnu: bcachefs/static: Use G-expressions.Tobias Geerinckx-Rice2021-12-29
| | | | | | * gnu/packages/file-systems.scm (bcachefs/static)[arguments]: Rewrite as G-expressions. [inputs]: Remove labels.
* gnu: bcachefs-tools/static: Use G-expressions.Tobias Geerinckx-Rice2021-12-29
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools/static)[arguments]: Rewrite as G-expressions.
* gnu: bcachefs-tools: Use G-expressions.Tobias Geerinckx-Rice2021-12-29
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Rewrite as G-expressions.
* gnu: libeatmydata: Update to 130.Tobias Geerinckx-Rice2021-12-20
| | | | * gnu/packages/file-systems.scm (libeatmydata): Update to 130.
* gnu: libeatmydata: Fix Texinfo typo in description.Tobias Geerinckx-Rice2021-12-20
| | | | | * gnu/packages/file-systems.scm (libeatmydata)[description]: Remove stray ‘}’ and use @file{} over @code{}.
* gnu: bcachefs-tools-static: Remove input labels.Tobias Geerinckx-Rice2021-12-20
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]: Remove input labels.
* gnu: bcachefs-tools-static: Fix build.Tobias Geerinckx-Rice2021-12-20
| | | | | | | | * gnu/packages/crypto.scm (keyutils)[arguments]: Do build the static library, but move it to the :static output in a new 'install:static phase. * gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]: Add this keyutils:static.
* gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.Tobias Geerinckx-Rice2021-12-20
| | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-13.b19d9f9.
* gnu: bcachefs-tools: Remove input labels.Tobias Geerinckx-Rice2021-12-20
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[inputs]: Remove input labels.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: python-dropbox: Update to 11.25.0.Efraim Flashner2021-12-08
| | | | | | | | | | * gnu/packages/file-systems.scm (python-dropbox): Update to 11.25.0. [propagated-inputs]: Remove python-certifi, python-chardet, and python-urllib3.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: davfs2: Update to 1.6.1.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | | | * gnu/packages/file-systems.scm (davfs2): Update to 1.6.1. [arguments]: Don't explicitly return #t from phases.
| * gnu: exfatprogs: Update to 1.1.3.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | * gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.3.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * gnu: xfstests: Update to 1.1.0-1.bae1d15.Tobias Geerinckx-Rice2021-11-07
| | | | | | | | * gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-1.bae1d15.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: bcachefs-tools-static: Fix build.Tobias Geerinckx-Rice2021-10-23
| | | | | | | | | | | | | | | | 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.
| * gnu: bcachefs-tools: Update to 0.1-12.f9f5778.Tobias Geerinckx-Rice2021-10-23
| | | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-12.f9f5778.
| * gnu: autofs: Update to 5.1.8.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | | * gnu/packages/file-systems.scm (autofs): Update to 5.1.8. [arguments]: Don't explicitly return #t from phases.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: dbxfs: Download using git-fetch.Efraim Flashner2021-10-15
| | | | | | | | | | * gnu/packages/file-systems.scm (dbxfs)[source]: Download using git-fetch.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: dbxfs: Update home-page.Efraim Flashner2021-10-12
| | | | | | | | | | * gnu/packages/file-systems.scm (dbxfs)[home-page]: Update to new upstream homepage.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: bcachefs-tools: Update to 0.1-11.3785043.Tobias Geerinckx-Rice2021-10-03
| | | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-11.3785043.
| * gnu: zfs: Update to 2.1.1.Kaelyn Takata2021-10-02
| | | | | | | | | | | | | | * 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>
| * gnu: bcachefs-tools: Update to 0.1-10.d214908.Tobias Geerinckx-Rice2021-09-27
| | | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-10.d214908.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: bcachefs-tools: Update to 0.1-9.6c42566.Tobias Geerinckx-Rice2021-09-03
| | | | | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-9.6c42566. [native-inputs]: Add python and python-docutils.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm