mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: unionfs-fuse: Use G-expressions.
* gnu/packages/linux.scm (unionfs-fuse)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
351d59fb0f
commit
2c66435a40
1 changed files with 9 additions and 8 deletions
|
@ -3837,8 +3837,9 @@ user-space processes.")
|
|||
"1wl5m5qnwf3s1792xphr35pb80sx8ybaqi3n3ddi5vvk3qjc4iws"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
;; 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue