mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
670d30972f
commit
cfec9f0552
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue