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
parent
670d30972f
commit
cfec9f0552
|
@ -10448,7 +10448,7 @@ using shell-style rules for quoting and commenting.")
|
|||
(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))
|
||||
|
|
Reference in New Issue