gnu: unionfs-fuse: Use G-expressions.

* gnu/packages/linux.scm (unionfs-fuse)[arguments]:
Rewrite as G-expressions.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 351d59fb0f
commit 2c66435a40
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3837,8 +3837,9 @@ user-space processes.")
"1wl5m5qnwf3s1792xphr35pb80sx8ybaqi3n3ddi5vvk3qjc4iws")))) "1wl5m5qnwf3s1792xphr35pb80sx8ybaqi3n3ddi5vvk3qjc4iws"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:phases (list
(modify-phases %standard-phases #:phases
#~(modify-phases %standard-phases
(replace 'check (replace 'check
;; The epitome of I tried: run the 2 trivial tests that don't rely ;; The epitome of I tried: run the 2 trivial tests that don't rely
;; on the fuse kernel module being loaded. All others would fail. ;; on the fuse kernel module being loaded. All others would fail.