summaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: bcachefs-tools: Update to 0.1-15.494421e.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-15.494421e. [arguments]: Skip problematic tests in PYTEST_ARGS. Tobias Geerinckx-Rice2022-10-161-4/+13
* gnu: mergerfs: Hard-code output path in mount.mergerfs.•••This allows using mergerfs filesystems in /etc/fstab. * gnu/packages/file-systems.scm (mergerfs)[arguments]: Add clause to existing SUBSTITUTE*. Lars-Dominik Braun2022-10-091-1/+7
* gnu: zfs: Update to 2.1.6.•••* gnu/packages/file-systems.scm (zfs): Update to 2.1.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brian Cully2022-10-061-2/+2
* gnu: Add fstransform.•••* gnu/packages/file-systems.scm (fstransform): New public variable. Tobias Geerinckx-Rice2022-08-071-1/+43
* gnu: dbxfs: Update to 1.0.63.•••* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.63. * gnu/packages/patches/dbxfs-remove-sentry-sdk.patch: Update patch. Efraim Flashner2022-07-241-2/+2
* gnu: python-dropbox: Update to 11.33.0.•••* gnu/packages/file-systems.scm (python-dropbox): Update to 11.33.0. Efraim Flashner2022-07-241-2/+2
* gnu: bcachefs-tools: Enable tests.•••* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Adjust make-flags to find pytest. Don't disable tests. Efraim Flashner2022-07-121-3/+4
* gnu: bcachefs-tools: Only build with valgrind on supported systems.•••* gnu/packages/file-systems.scm (bcachefs-tools)[native-inputs]: Only add valgrind on systems where valgrind is supported. Efraim Flashner2022-07-121-8/+11
* gnu: zfs: Update to 2.1.5.•••* gnu/packages/file-systems.scm (zfs): Update to 2.1.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brian Cully2022-06-261-2/+2
* gnu: zfs: Use new package style.•••* gnu/packages/file-systems.scm (zfs): Comment style. [arguments]: Rewrite using gexps. [inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Cully2022-05-201-120/+128
* gnu: mergerfs: Update to 2.33.5.•••* gnu/packages/file-systems.scm (mergerfs): Update to 2.33.5. Lars-Dominik Braun2022-05-111-2/+2
* gnu: zfs: Update to 2.1.4.•••* gnu/packages/file-systems.scm (zfs): Update to 2.1.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Brian Cully2022-04-261-2/+3
* gnu: bcachefs-tools: Update to 0.1-14.fd1b849.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-14.fd1b849. Tobias Geerinckx-Rice2022-02-271-3/+3
* gnu: httpfs2: Prepare for cross-compilation.•••* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2022-01-081-1/+1
* gnu: httpfs2: Use G-expressions.•••* gnu/packages/file-systems.scm (httpfs2)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-01-081-24/+23
* gnu: zfs: Update to 2.1.2.•••* gnu/packages/file-systems.scm (zfs): Update to 2.1.2. raid5atemyhomework2022-01-051-2/+2
* gnu: bindfs: Fix trailing whitespace in description.•••* gnu/packages/file-systems.scm (bindfs)[description]: Fix trailing whitespace. Vagrant Cascadian2021-12-301-1/+1
* gnu: bcachefs/static: Use G-expressions.•••* gnu/packages/file-systems.scm (bcachefs/static)[arguments]: Rewrite as G-expressions. [inputs]: Remove labels. Tobias Geerinckx-Rice2021-12-291-19/+17
* gnu: bcachefs-tools/static: Use G-expressions.•••* gnu/packages/file-systems.scm (bcachefs-tools/static)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2021-12-291-10/+10
* gnu: bcachefs-tools: Use G-expressions.•••* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2021-12-291-28/+25
* gnu: libeatmydata: Update to 130.•••* gnu/packages/file-systems.scm (libeatmydata): Update to 130. Tobias Geerinckx-Rice2021-12-201-4/+4
* gnu: libeatmydata: Fix Texinfo typo in description.•••* gnu/packages/file-systems.scm (libeatmydata)[description]: Remove stray ‘}’ and use @file{} over @code{}. Tobias Geerinckx-Rice2021-12-201-1/+1
* gnu: bcachefs-tools-static: Remove input labels.•••* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]: Remove input labels. Tobias Geerinckx-Rice2021-12-201-9/+8
* gnu: bcachefs-tools-static: Fix build.•••* 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. Tobias Geerinckx-Rice2021-12-201-0/+1
* gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-13.b19d9f9. Tobias Geerinckx-Rice2021-12-201-3/+3
* gnu: bcachefs-tools: Remove input labels.•••* gnu/packages/file-systems.scm (bcachefs-tools)[inputs]: Remove input labels. Tobias Geerinckx-Rice2021-12-201-15/+14
* gnu: Further simplify package inputs.•••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.) Ludovic Courtès2021-12-131-9/+9
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-98/+57
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-101-8/+4
|\
| * gnu: python-dropbox: Update to 11.25.0.•••* gnu/packages/file-systems.scm (python-dropbox): Update to 11.25.0. [propagated-inputs]: Remove python-certifi, python-chardet, and python-urllib3. Efraim Flashner2021-12-081-8/+4
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-8/+6
|\|
| * gnu: davfs2: Update to 1.6.1.•••* gnu/packages/file-systems.scm (davfs2): Update to 1.6.1. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-11-271-6/+4
| * gnu: exfatprogs: Update to 1.1.3.•••* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.3. Tobias Geerinckx-Rice2021-11-271-2/+2
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-081-3/+3
|\|
| * gnu: xfstests: Update to 1.1.0-1.bae1d15.•••* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-1.bae1d15. Tobias Geerinckx-Rice2021-11-071-3/+3
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-311-10/+18
|\|
| * gnu: bcachefs-tools-static: Fix build.•••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. Tobias Geerinckx-Rice2021-10-231-1/+11
| * gnu: bcachefs-tools: Update to 0.1-12.f9f5778.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-12.f9f5778. Tobias Geerinckx-Rice2021-10-231-3/+3
| * gnu: autofs: Update to 5.1.8.•••* gnu/packages/file-systems.scm (autofs): Update to 5.1.8. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-10-211-6/+4
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-181-3/+7
|\|
| * gnu: dbxfs: Download using git-fetch.•••* gnu/packages/file-systems.scm (dbxfs)[source]: Download using git-fetch. Efraim Flashner2021-10-151-3/+7
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-141-1/+1
|\|
| * gnu: dbxfs: Update home-page.•••* gnu/packages/file-systems.scm (dbxfs)[home-page]: Update to new upstream homepage. Efraim Flashner2021-10-121-1/+1
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-121-9/+9
|\|
| * gnu: bcachefs-tools: Update to 0.1-11.3785043.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-11.3785043. Tobias Geerinckx-Rice2021-10-031-3/+3
| * gnu: zfs: Update to 2.1.1.•••* 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> Kaelyn Takata2021-10-021-6/+6
| * gnu: bcachefs-tools: Update to 0.1-10.d214908.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-10.d214908. Tobias Geerinckx-Rice2021-09-271-3/+3
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-071-4/+8
|\|
| * gnu: bcachefs-tools: Update to 0.1-9.6c42566.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-9.6c42566. [native-inputs]: Add python and python-docutils. Tobias Geerinckx-Rice2021-09-031-4/+8
* | Merge branch 'master' into core-updates-frozen••• 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 Marius Bakke2021-08-121-3/+22
|\|