guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: go-github-com-olekukonko-tablewriter: Adjust inputs.


From: guix-commits
Subject: 02/06: gnu: go-github-com-olekukonko-tablewriter: Adjust inputs.
Date: Sun, 2 Jan 2022 08:44:56 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bcbed8a676d5c2500951bc414134f6f1fcfde0d4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 2 10:28:51 2022 +0200

    gnu: go-github-com-olekukonko-tablewriter: Adjust inputs.
    
    * gnu/packages/golang.scm (go-github-com-olekukonko-tablewriter)
    [native-inputs]: Move go-github.com-mattn-go-runewidth to ...
    [propagated-inputs]: ... here.
---
 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 11a79a9b8f..11b29adadd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7261,7 +7261,7 @@ which produce colorized output using 
github.com/fatih/color.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/olekukonko/tablewriter"))
-    (native-inputs
+    (propagated-inputs
      (list go-github.com-mattn-go-runewidth))
     (home-page "https://github.com/olekukonko/tablewriter/";)
     (synopsis "Generate ASCII table")



reply via email to

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