me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-zenhack-go-notmuch: Use ungexp-native.

* gnu/packages/golang.scm (go-github-com-zenhack-go-notmuch)
[arguments]<#:phases>{'unpack-test-fixtures}: Use ungexp-native with
notmuch-fixtures.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
( 2022-11-08 17:19:58 +00:00 committed by Christopher Baines
parent 670d30972f
commit cfec9f0552
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -10448,7 +10448,7 @@ using shell-style rules for quoting and commenting.")
(lambda* (#:key inputs import-path (lambda* (#:key inputs import-path
#:allow-other-keys) #:allow-other-keys)
(invoke "tar" "xf" (invoke "tar" "xf"
#$notmuch-fixtures "-C" #+notmuch-fixtures "-C"
(string-append "src/" import-path (string-append "src/" import-path
"/fixtures"))))))) "/fixtures")))))))
(inputs (list notmuch)) (inputs (list notmuch))