guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 04/04: gnu: go-github-com-zenhack-go-notmuch: Use ungexp-native.
Date: Sun, 20 Nov 2022 07:01:39 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit cfec9f055272feb6fca8c52ba92c8e7d831052ac
Author: ( <paren@disroot.org>
AuthorDate: Tue Nov 8 17:19:58 2022 +0000

    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>
---
 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 @@ 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]