1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: go-github-com-hanwen-go-fuse-v2: Fix indentation.

* gnu/packages/golang-xyz.scm (go-github-com-hanwen-go-fuse-v2): Fix
indentation.
[phases] {remove-benchmark}: Remove unused "tests?" argument from
lambda.

Change-Id: Iff9528ec13a2e90a415a3ee80006c63dc9ffbd0c
This commit is contained in:
Sharlatan Hellseher 2025-02-18 16:53:50 +00:00
parent eb0898c165
commit 715a255843
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6902,11 +6902,11 @@ provides a buffered io.Writer that is flushed at a timed interval.")
(package-arguments go-github-com-hanwen-go-fuse)
((#:import-path _) "github.com/hanwen/go-fuse/v2")
((#:phases phases #~%standard-phases)
#~(modify-phases #$phases
(add-after 'unpack 'remove-benchmark
(lambda* (#:key tests? import-path #:allow-other-keys)
(with-directory-excursion (string-append "src/" import-path)
(delete-file-recursively "benchmark"))))
#~(modify-phases #$phases
(add-after 'unpack 'remove-benchmark
(lambda* (#:key import-path #:allow-other-keys)
(with-directory-excursion (string-append "src/" import-path)
(delete-file-recursively "benchmark"))))
(add-after 'unpack 'fix-paths
(lambda* (#:key import-path #:allow-other-keys)
(with-directory-excursion (string-append "src/" import-path)