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>
This commit is contained in:
( 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

View file

@ -10448,7 +10448,7 @@ (define-public go-github-com-zenhack-go-notmuch
(lambda* (#:key inputs import-path
#:allow-other-keys)
(invoke "tar" "xf"
#$notmuch-fixtures "-C"
#+notmuch-fixtures "-C"
(string-append "src/" import-path
"/fixtures")))))))
(inputs (list notmuch))