From cfec9f055272feb6fca8c52ba92c8e7d831052ac Mon Sep 17 00:00:00 2001 From: "(" Date: Tue, 8 Nov 2022 17:19:58 +0000 Subject: [PATCH] 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 --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 28730f1dee..4072b90b00 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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))