guix-patches
[Top][All Lists]
Advanced

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

[bug#49915] [PATCH 3/3] gnu: go-github-com-mattn-go-shellwords: Enable t


From: Sarah Morgensen
Subject: [bug#49915] [PATCH 3/3] gnu: go-github-com-mattn-go-shellwords: Enable tests.
Date: Fri, 6 Aug 2021 11:57:37 -0700

Tests fixed by previous commit.

* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords)[arguments]
<#:tests?>: Enable tests.
---
 gnu/packages/golang.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b46f9e9bbf..2b18b6ed18 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5274,7 +5274,6 @@ systems.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/mattn/go-shellwords"
-       #:tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-sh-path
-- 
2.31.1






reply via email to

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