summaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
AgeCommit message (Collapse)Author
2026-05-18gnu: python-linux-procfs: Fix tests.Nicolas Graves
* gnu/packages/file-systems.scm (python-linux-procfs) [arguments]<#:test-backend, #:test-flags>: Set them. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-05-18guix: build-system: Set pypi-uri in pyproject, drop python module.Nicolas Graves
After this commit, when both modules are imported: - if pyproject is imported before, the warning is 'pypi-uri' is deprecated, use '(@ (guix build-system pyproject) pypi-uri)' instead - if python is imported before, the warning is `pypi-uri' imported from both (guix build-system python) and (guix build-system pyproject) This seems convenient enough to warn for deprecation in the short term, while avoiding any breaking changes. * guix/build-system/pyproject.scm (pypi-uri): Move the procedure from (guix build-system python) here. * guix/build-system/python (pypi-uri): Drop definition, import it from (guix build-system pyproject) and deprecate it. * gnu/packages/openldap.scm: Reorder modules to get the right warning. * gnu/packages/pypy.scm: Likewise. * gnu/packages/*.scm : Drop module (guix build-system python). * tests/import/pypi.scm: Likewise. Merges: https://codeberg.org/guix/guix/pulls/7448 Change-Id: Ib42f53bc545052eb7918a25afe9db6d5fc2cb834 Reviewed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-05-16gnu: zfs: Update to 2.4.2Ashish SHUKLA
* gnu/packages/file-systems.scm (zfs): Update to 2.4.2. Change-Id: I5e1b98f742b336ead4a8e069c392ce1d09d33a78 Signed-off-by: Hilton Chain <hako@ultrarare.space> Merges: #8582
2026-05-16gnu: zfs: Fix store references for cross-compilation.Hilton Chain
* gnu/packages/file-systems.scm (zfs) [arguments] <#:phases>: Use store references from inputs. [inputs]: Add coreutils-minimal, gawk, grep, sed.
2026-05-16gnu: zfs: Allow building from git source.Hilton Chain
This is useful for defining a ZFS variant with source transformation, which is usually the case when support for a new kernel version is not yet released. * gnu/packages/file-systems.scm (zfs) [arguments] <#:phases>: Run patch-source after bootstrap. [native-inputs]: Add autoconf, automake and libtool.
2026-05-16gnu: xfstests: Fix build.Artyom V. Poptsov
* gnu/packages/file-systems.scm (xfstests): Fix build. [arguments]<#:configure-flags>: Add "-Wno-error=implicit-int" to CFLAGS. Change-Id: Iabc73644a0406ca3f9c482183c198116c0d20033
2026-05-05gnu: jfs_fsck/static: Improve style.Daniel Littlewood
* gnu/packages/file-systems.scm (jfs_fsck/static)[inputs]: Remove input labels. [arguments]: Switch to gexp and simplify. [description]: Break line. Change-Id: I8fc9ee2a0bf8e93ef8084dad764d811176fb0717 Merges: https://codeberg.org/guix/guix/pulls/8077 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-04-29gnu: jfsutils/static: Remove input labels.Daniel Littlewood
* gnu/packages/file-systems.scm (jfsutils/static)[inputs]: Switch to modify-inputs. Change-Id: I4df9fece7fcc9c17151f39c64029f26ed37d0072 Reviewed-by: Nicolas Graves <ngraves@ngraves.fr> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-04-10gnu: Remove fuse-for-appimage.Noé Lopez
fuse:static can now be used instead. * gnu/packages/linux.scm (fuse-for-appimage): Remove. * gnu/packages/appimage.scm (appimage-type2-runtime) [inputs]: Replace fuse-for-appimage with fuse:static. * gnu/packages/file-systems.scm (squashfuse-for-appimage): [inputs]: Replace fuse-for-appimage with fuse:static. Change-Id: If3b10bd397eb10d28a8509feca889154bb287f61 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2026-04-10gnu: squashfuse: Update to 0.6.1.Noé Lopez
* gnu/packages/file-systems.scm (squashfuse): Update to 0.6.1. Change-Id: Id589dd7a08a1f1a91ac0547c1a2edaafeaf034b1 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2026-03-29gnu: bcachefs-linux-module: Inherit more from -tools.Tobias Geerinckx-Rice
Keep tools and driver in strict sync, as that is what upstream supports. (‘Tightly coupled’ ain't even the word; it's the same source tree.) * gnu/packages/file-systems.scm (bcachefs-linux-module)[version]: Inherit from bcachefs-tools-minimal. [source]: Likewise. Change-Id: Ibe93f07ad1e7ebc995c4043fece3d4d0a1212d3c
2026-03-29gnu: bcachefs-tools-minimal: Update to 1.37.4.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools-minimal): Update to 1.37.4. * gnu/packages/rust-crates.scm (rust-anyhow-1.0.89, rust-clap-4.5.20) (rust-clap-builder-4.5.20, rust-clap-complete-4.5.33) (rust-clap-derive-4.5.18, rust-clap-lex-0.7.2, rust-fiemap-0.2.0) (rust-fuser-0.17.0, rust-owo-colors-4.1.0, rust-prettyplease-0.2.22) (rust-proc-macro2-1.0.87, rust-regex-1.11.0, rust-rustix-0.38.37) (rust-terminal-size-0.4.0, rust-uuid-1.10.0): New machine-generated variables. (lookup-cargo-inputs): Update entry for bcachefs-tools. Change-Id: I14a04ca31ca0e88c5244d8df7dd51138edff5799
2026-03-29gnu: bcachefs-linux-module: Update to 1.37.4.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-linux-module): Update to 1.37.4. [arguments]: Remove the now-obsolete 'patch-source phase. I'm surprised that it ever worked as it broke Makefile syntax. Change-Id: Ice76e94bca91901e565eef57469091a7fb891ab1
2026-03-29gnu: bcachefs-linux-module: Inherit from bcachefs-tools-minimal.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-linux-module)[home-page]: Inherit from bcachefs-tools-minimal rather than the /static variant. Change-Id: Ia3b28916300380ccc5956bfcb19f62c0d6628fd8
2026-03-29gnu: bcachefs-linux-module: Fix build with linux-libre-6.18.Tobias Geerinckx-Rice
Previously, the actual bcachefs.ko.zst was missing. * gnu/packages/file-systems.scm (bcachefs-linux-module)[arguments]: Set #:make-flags and honour them in the 'prepare-build-directory phase (renamed to avd. p'ntless abbr.). Fixes: #6601 Change-Id: I9df0396bda73421bf1233491a6e7eace40073c51
2026-03-31gnu: Add s5cmd.Junker
* gnu/packages/file-systems.scm (s5cmd): New variable. * gnu/packages/golang-xyz.scm (go-github-com-lanrat-extsort-1.0.2): New variable. Merges: https://codeberg.org/guix/guix/pulls/4884 Change-Id: I219c9f3d625fa3360c9df3c2fb679282d79a57c1 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-29gnu: fsarchiver: Update to 0.8.9.Vinicius Monego
* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.9. [native-inputs]: Replace autoconf with autoconf-2.72. Change-Id: Ia14df28b039b7357f9d2a515774d98d19a4227d2
2026-03-27gnu: zfs: Update to 2.4.1.Hilton Chain
* gnu/packages/file-systems.scm (zfs): Update to 2.4.1. Change-Id: I05b461f6290fd4278e27453c166d240ee37aa6c0 Merges: #7301
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès
This commit was made by running this command: sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm … and then reverting individual hunks where the change would trigger unbound variable warnings or other issues (such as ‘native-inputs’ is bound in the body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined just above). Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20gnu: Reference the inherited ‘arguments’ value.Ludovic Courtès
This commit was made by running this command: sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm … and then: 1. reverting changes from ‘gnu/packages/rust.scm’ and ‘gnu/packages/java.scm’ since they would incur derivation changes and/or breakage; 2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’; 3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’, which use ‘substitute-keyword-arguments’ for arguments that are not inherited (and thus ‘arguments’ would be unbound); 4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’ which make bogus assumptions about inherited arguments. Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-19gnu: snapper: Use libc-locales-for-target.Yelninei
* gnu/packages/file-systems.scm (snapper)[native-inputs]: Replace glibc-locales with libc-locales-for-target. Change-Id: I9f0a4225de1431755cf93480391a5a49326a190f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-03-18gnu: tmsu: Install extras.Sharlatan Hellseher
* gnu/packages/file-systems.scm (tmsu): [phases]{install-misc, install-shell-completions, install-man-pages}: New phases. Change-Id: I710db66801624ed20567d3643281385a1a828171
2026-03-18gnu: tmsu: Build with system SQLite3.Sharlatan Hellseher
* gnu/packages/file-systems.scm (tmsu)[build-flags,test-flags]: Add tag to build with system SQLite3 library. [inputs]: Add sqlite. Change-Id: If7e9ac1f1df159141d9305ec6221fed438ae4ecc
2026-03-18gnu: tmsu: Update to 0.7.5-0.0bf4b80.Sharlatan Hellseher
* gnu/packages/file-systems.scm (tmsu): Update to 0bf4b8031cbeffc0347007d85647062953e90571 commit. [phases]{adjust-makefile}: Remove phase. {fix-bin-name}: New phase. {build, check, install}: Do not overwrite and use default phases. [inputs]: Add go-golang-org-x-crypto. Change-Id: I4ef518f9d67b97c4e828b74b4a2fbd35d45f6ad2
2026-03-07gnu: Add python-linux-procfs.Giacomo Leidi
* gnu/packages/file-systems.scm (python-linux-procfs): New variable. Change-Id: I039d4f898e40a968d7fac0624ce4207c10155761
2026-02-25gnu: fuse: Update to 3.18.1.Vagrant Cascadian
* gnu/packages/linux.scm (fuse): Update to 3.18.1. [source]: Use tar.gz. (fuse-3.18): Remove. * gnu/packages/file-systems.scm (disorderfs)[inputs]: Use unversioned fuse.
2026-02-17gnu: Remove glusterfs.Andreas Enge
* gnu/packages/file-systems.scm (glusterfs): Delete variable. Fixes: guix/guix#5663 Change-Id: I2a1a701c5bcd9568bc7dbeb391080363c965dc87
2026-02-15gnu: Remove pin on go-1.23 by setting -vet=off in tests.Ethan Blanton
This is a follow up commit 87661cea77be67d7fdfcc607ee3a621d005e909c: "Pin some golang packages to use go-1.23" wich adds "-vet=off" to test args so that make check works with go 1.24+. * gnu/packages/authentication.scm: (oauth2l) * gnu/packages/bioinformatics.scm: (go-github-com-biogo-store) * gnu/packages/containers.scm: (dive) * gnu/packages/databases.scm: (go-github-com-cockroachdb-pebble) * gnu/packages/education.scm: (exercism) * gnu/packages/file-systems.scm: (fscrypt, gocryptfs) * gnu/packages/golang-check.scm: (go-github-com-cheekybits-is, go-github-com-coder-quartz, go-github-com-data-dog-go-sqlmock, go-github-com-google-gofuzz, go-github-com-matryer-is, go-github-com-onsi-ginkgo, go-github-com-onsi-ginkgo-v2, go-github-com-onsi-gomega, go-github-com-otiai10-mint, go-github-com-smarty-assertions, go-github-com-smarty-gunit, go-github-com-warpfork-go-testmark, go-sigs-k8s-io-randfill) * gnu/packages/golang-crypto.scm: (go-github-com-99designs-keyring, go-github-com-blanu-dust, go-github-com-chmduquesne-rollinghash) * gnu/packages/golang-maths.scm: (go-github-com-montanaflynn-stats, go-gonum-org-v1-gonum) * gnu/packages/golang-vcs.scm: (go-github-com-jiangxin-goconfig) * gnu/packages/golang-web.scm: (go-git-sr-ht-emersion-gqlclient, go-git-sr-ht-rockorager-go-jmap, go-github-com-apex-log, go-github-com-apex-log-bootstrap, go-github-com-cenkalti-backoff-v4, go-github-com-digitalocean-godo, go-github-com-donovanhide-eventsource, go-github-com-emersion-go-smtp, go-github-com-flosch-pongo2-v6, go-github-com-go-chi-chi-v5, go-github-com-go-jose-go-jose-v3, go-github-com-go-openapi-errors, go-github-com-go-openapi-runtime, go-github-com-go-openapi-validate, go-github-com-gobwas-httphead, go-github-com-goccy-go-json, go-github-com-gogo-protobuf, go-github-com-google-safehtml, go-github-com-jcmturner-gokrb5-v8, go-github-com-jhillyerd-enmime, go-github-com-jlaffaye-ftp, go-github-com-jmespath-go-jmespath, go-github-com-json-iterator-go, go-github-com-labbsr0x-goh, go-github-com-makeworld-the-better-one-go-gemini, go-github-com-ovn-kubernetes-libovsdb, go-github-com-pascaldekloe-goe, go-github-com-perimeterx-marshmallow, go-github-com-pion-stun, go-github-com-pion-stun-v2, go-github-com-pion-stun-v3, go-github-com-rcrowley-go-metrics, go-github-com-swaggo-swag, go-github-com-urfave-negroni, go-github-com-urfave-negroni-v3, go-github-com-xeipuuv-gojsonschema, go-maunium-net-go-mautrix) * gnu/packages/golang-xyz.scm: (go-github-com-d5-tengo-v2, go-github-com-godbus-dbus, go-github-com-hashicorp-hcl-v2, go-github-com-itchyny-go-flags, go-github-com-jedib0t-go-pretty-v6, go-github-com-jessevdk-go-flags, go-github-com-mattn-go-shellwords, go-github-com-moby-sys-mountinfo, go-github-com-nlpodyssey-spago, go-github-com-pingcap-errors, go-github-com-pmezard-go-difflib, go-github-com-russross-blackfriday-v2, go-go-mongodb-org-mongo-driver, go-go4-org, go-k8s-io-klog-v2, go-sigs-k8s-io-kustomize-kyaml, go-zgo-at-zstd) * gnu/packages/irc.scm: (soju) * gnu/packages/password-utils.scm: (aws-vault) * gnu/packages/text-editors.scm: (micro) * gnu/packages/version-control.scm: (hut) * gnu/packages/video.scm: (ytarchive) * gnu/packages/web-browsers.scm: (bombadillo) * gnu/packages/web.scm: (webhook) Change-Id: If7ffae01869404796467f8deed29a03e7a7020d7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-06gnu: bcachefs-tools: Update to 1.35.1.Ahmad Draidi
* gnu/packages/file-systems.scm (bcachefs-tools-minimal): Update to 1.35.1. [arguments]: Modify 'patch-install' phase to remove kernel module sources from output. Add 'add-version' phase. (bcachefs-tools-minimal/static)[arguments]: Add 'patch-makefile' phase to fix static builds. (bcachefs-tools): Fix tabulation lints. Change-Id: I243989a738191fc11764870a3ee56ce31aac9720 Co-authored-by: Henrik Tjäder <henrik@tjaders.com> Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-06gnu: bcachefs-tools: Disable FUSE support.Ahmad Draidi
FUSE support is at an early stage and may corrupt filesystems. It also does not build in the latest upstream release. * gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Remove 'enable-fuse phase. [inputs]: Remove. Change-Id: I871ef27155a3dd962f1c939c406c4d1a87b11921 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-06gnu: bcachefs-linux-module: Update to 1.35.1.Ahmad Draidi
* gnu/packages/file-systems.scm (bcachefs-linux-module): Update to 1.35.1. [arguments]<#:phases>{add-version}: New phase. {patch-source}: Simplify accordingly. Change-Id: I42a7a23990aea4631d4c632470213a9461f16750 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-01-31gnu: zfs: Update to 2.4.0.Ashish SHUKLA
* gnu/packages/file-systems.scm (zfs): Update to 2.4.0. Change-Id: I0841d20570de9deeae0390bf7a7e6a0da2f13961 Signed-off-by: Hilton Chain <hako@ultrarare.space> Merges: #4294
2026-01-26gnu: disorderfs: Update to 0.6.2.Vagrant Cascadian
* gnu/packages/file-systems.scm (disorderfs): Update to 0.6.2. [native-inputs]: Switch from fuse-2 to fuse-3.18.
2026-01-25gnu: dwarfs: Update to 0.14.1.Iakob Davitis Dze Gogichaishvili
* gnu/packages/file-systems.scm (dwarfs): Update to 0.14.1. Switch to gexps. [source] Adapt snippet. [arguments]<#:configure-flags>: Disable tests. <#:phases>{set-test-filter}: New phase. [inputs]: Remove fmt. Add fmt-10, fast-float, file, flac, nlohmann-json, parallel-hashmap, range-v3, utfcpp. Change-Id: I9ef539b1a6a8b4a1212e1dccbbbcc21a09be67f2 Signed-off-by: Iakob Davitis Dze Gogichaishvili <iakob.gogichaishvili@gmail.com>
2026-01-04gnu: bcachefs-static: Do not depend on %current-system in toplevel.Rutherther
Make the variables that depend on %current-system procedures and call them from package arguments, a thunked field. * gnu/packages/file-systems.scm (bcachefs-tools-rust-target): Make it a procedure. (bcachefs-tools-target/release): Make it a procedure. (bcachefs-tools-cargo-args): Make it a procedure. (bcachefs-tools-make-flags): Make it a procedure. (bcachefs-tools-make-install-flags): Make it a procedure. (bcachefs-tools-minimal): Call newly made procedure. (bcachefs-tools): Call newly made procedure. (bcachefs-tools-minimal/static): Call newly made procedure. Fixes: #5195 Change-Id: I9f08b3e34f869b8f9f54b71192eff61357e9cc85 Signed-off-by: Rutherther <rutherther@ditigal.xyz> Merges: #5219
2025-12-11gnu: bcachefs-linux-module: Update to 1.33.0.Ahmad Draidi
* gnu/packages/file-systems.scm (bcachefs-linux-module): Update to 1.33.0. Change-Id: Idf01cf4c4bba7e30314c0fb9d9da698a3d2e767d Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #4693
2025-12-05gnu: zfs: Build for linux-libre-lts.Hilton Chain
This fixes build issue of ZFS related packages due to incompatibility with kernel updates. ZFS is generally used with LTS kernels anyway. * gnu/packages/file-systems.scm (zfs) [arguments] <#:linux>: Set to linux-libre-lts. Change-Id: I71d04de6f79415c4e15090f37a809a0c435c4798
2025-11-28gnu: boost: Update to 1.89.0.Greg Hogan
* gnu/packages/boost.scm (boost-for-source-highlight): Rename this ... (boost-1.83): ... to this. (boost-numpy): Inherit from boost-1.83. * gnu/packages/pretty-print.scm (source-highlight): Update accordingly. * gnu/packages/boost.scm (boost): Update to 1.89.0. [source]: Remove patches. * gnu/packages/boost.scm (mdds) [propagated-inputs]: Replace boost with boost-1.83. * gnu/packages/astronomy.scm (aoflagger), * gnu/packages/embedded.scm (cc-tool), * gnu/packages/games.scm (0ad, vcmi), * gnu/packages/image.scm (gpick), * gnu/packages/maths.scm (highfive), * gnu/packages/plotutils.scm (asymptote) [native-inputs]: Replace boost with boost-1.83. * gnu/packages/audio.scm (guitarix, supercollider), * gnu/packages/bioconductor.scm (r-mzr), * gnu/packages/bioinformatics.scm (ataqv, bless, express, isolator, metabat, r-velocytom, rsem, sailfish, salmon), * gnu/packages/bittorrent.scm (libtorrent-rasterbar), * gnu/packages/code.scm (sourcetrail), * gnu/packages/compression.scm (innoextract), * gnu/packages/cpp.scm (lager), * gnu/packages/crypto.scm (cryfs), * gnu/packages/electronics.scm (nextpnr, prjpeppercorn, prjtrellis, pulseview), * gnu/packages/emulators.scm (mupen64plus-video-glide64mk2), * gnu/packages/engineering.scm (cadabra2, freecad, libigl, openscad, prusa-slicer), * gnu/packages/file-systems.scm (snapper), * gnu/packages/finance.scm (ledger), * gnu/packages/game-development.scm (dds), * gnu/packages/games.scm (colobot, fifengine, knightsgame, leela-zero, pokerth, supertux, wesnoth, wesnoth-server), * gnu/packages/geo.scm (gplates), * gnu/packages/gnucash.scm (gnucash), * gnu/packages/graph.scm (python-graph-tool), * gnu/packages/graphics.scma (openshadinglanguage), * gnu/packages/i2p.scm (i2pd), * gnu/packages/image-viewers.scm (luminance-hdr), * gnu/packages/kde-graphics.scm (krita), * gnu/packages/mail.scm (astroid), * gnu/packages/medical.scm (orthanc, orthanc-mysql, orthanc-postgresql), * gnu/packages/messaging.scm (libphonenumber), * gnu/packages/mpd.scm (ncmpcpp), * gnu/packages/networking.scm (kismet), * gnu/packages/opencog.scm (cogutil), * gnu/packages/photo.scm (hugin), * gnu/packages/poedit.scm (poedit), * gnu/packages/radio.scm (gnuradio), * gnu/packages/rdf.scm (lucene++), * gnu/packages/serialization.scm (avro-cpp), * gnu/packages/simulation.scm (fenics-dolfin), * gnu/packages/version-control.scm (gource), * gnu/packages/video.scm (aegisub, mkvtoolnix), * gnu/packages/web.scm (websocketpp) [inputs]: Replace boost with boost-1.83. * gnu/packages/libreoffice.scm (libcmis): Update to 0.6.2-00a85bf6. (librevenge): Update to 0.0.5. [arguments]<#:configure-flags>: Remove reference to boost system component for which the compatibility stub has been removed. * gnu/packages/serialization.scm (msgpack-cxx): Update to 7.0.0. Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
2025-11-27gnu: Add bcachefs-linux-module.Ahmad Draidi
* gnu/packages/file-systems.scm (bcachefs-linux-module): New variable. Change-Id: Ib0e9ff3ba121d3b45c3f79b2acd31782ea93dc6c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-25gnu: gocryptfs: Update to 2.6.1.luca
* gnu/packages/file-systems.scm (gocryptfs): Update to 2.6.1. * gnu/packages/golang-xyz.scm (go-github-com-hanwen-go-fuse-v2): Update to 2.9.0 Change-Id: I5107ff0af88a6494be0ac15ff9dcad47a28c0481 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-31gnu: dbxfs: Don't propagate inputs.Efraim Flashner
* gnu/packages/file-systems.scm (dbxfs)[propagated-inputs]: Move from here ... [inputs]: ... to here. Change-Id: I7cf2cc0b3db7c8bc37b31995e44cdaab5ce434fa
2025-10-31gnu: dbxfs: Update inputs.Efraim Flashner
* gnu/packages/file-systems.scm (dbxfs)[propagated-inputs]: Remove python-appdirs. Add python-platformdirs. Change-Id: I138d164d686b21c4329bc733519ae5dd8d4cf4fa
2025-10-29gnu: dbxfs: Update to 2.0.1.Nicolas Graves
* gnu/packages/python-xyz.scm (dbxfs): Update to 2.0.1. [source]<patches>: Drop patch. The code has been reorganized in a way that makes it easier to drop the sentry_sdk dependency. [arguments]<#:phases>: Drop the sentry_sdk dependency in phase 'relax-requirements. [propagated-inputs]: Remove python-keyring, python-keyrings-alt. Change-Id: Ied640a1b5de9ed2dae462184cce51692243b9dfb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-25gnu: sirikali: Update to 1.8.4.Alvin Hsu
* gnu/packages/file-systems.scm (sirikali): Update to 1.8.4. [arguments]<#:configure-flags>: Use default build type. Change-Id: Id52390106305f7f2f572fcedd4d0554684513be7 Signed-off-by: Sughosha <sughosha@disroot.org>
2025-10-25gnu: sirikali: Use Qt6.Alvin Hsu
* gnu/packages/file-systems.scm (sirikali)[build-system]: Use qt-build-system. [inputs]: Add qtwayland to support running natively on Wayland. Remove qtbase-5. [arguments]<#:qtbase>: Set to qtbase. <#:configure-flags>: Build with Qt6 instead of Qt5. Change-Id: Ib95dd8f505a646d74c81e12494ce29bbc55b160f Signed-off-by: Sughosha <sughosha@disroot.org>
2025-10-25gnu: sirikali: Update style.Alvin Hsu
* gnu/packages/file-systems.scm (sirikali)[arguments]: Use gexps. [synopsis]: Shorten. [description]: Don't dfn "SiriKali". Mention SSHFS and Cryptomator as supported backends. Change-Id: I4badfc8e04ceed96c3a9d082af906e3a53a27c85 Signed-off-by: Sughosha <sughosha@disroot.org>
2025-10-13gnu: exfatprogs: Update to 1.2.9 and disable tests.Maxim Cournoyer
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.2.9. [#:phases]: Delete argument. [#:tests?]: Set to #f. [native-inputs]: Replace autoconf with autoconf-2.72. Change-Id: I589f23c6f932cb0295e8560025267dfca277a626
2025-09-25gnu: dbxfs: Fix build.Efraim Flashner
* gnu/packages/file-systems.scm (dbxfs)[build-system]: Switch to the pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I79dfd9e7092aaf0b5078900c6b2ecbbe9137b44f
2025-09-03gnu: zfs: Update to 2.3.4.Ashish SHUKLA
* gnu/packages/file-systems.scm (zfs): Update to 2.3.4. Change-Id: I822df0d197552a0785ba20421772029db24ea918 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2025-09-03gnu: watcher: Update to 0.13.8.Maxim Cournoyer
* gnu/packages/file-systems.scm (watcher): Update to 0.13.8. [#:tests?]: Delete. [#:phases] {check}: Delete. Change-Id: I4cc961f941ee662e8e725ffcd1ce85715b7b725b