guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: csvdiff: Adjust inputs.


From: guix-commits
Subject: 06/08: gnu: csvdiff: Adjust inputs.
Date: Tue, 9 Apr 2024 12:17:04 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 0f3f787043ab0aa01b2fc3679c2e72ed70675ba3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Apr 9 16:16:47 2024 +0100

    gnu: csvdiff: Adjust inputs.
    
    * gnu/packages/textutils.scm (csvdiff): Adjust inputs.
    [arguments]: Swap to list style, do not install sources.
    [native-inputs]: Swap from propagated-inputs to native-inputs.
    Remove indirect Golang modules: go-github-com-mattn-go-colorable,
    go-github-com-oneofone-xxhash, go-github-com-spaolacci-murmur3, and
    go-golang-org-x-sys.
    
    Change-Id: I903d8869b8c468c15a2e78a565bcaaf34594e34b
---
 gnu/packages/textutils.scm | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index e5cb96d524..b87c65cb89 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1505,17 +1505,15 @@ files for valid UTF-8 use and to report which line 
endings they use.")
          "0cd1ikxsypjqisfnmr7zix3g7x8p892w77086465chyd39gpk97b"))))
     (build-system go-build-system)
     (arguments
-     '(#:import-path "github.com/aswinkarthik/csvdiff"))
-    (propagated-inputs
-     (list go-golang-org-x-sys
-           go-github-com-stretchr-testify
-           go-github-com-spf13-cobra
-           go-github-com-spf13-afero
-           go-github-com-spaolacci-murmur3
-           go-github-com-mattn-go-colorable
+     (list
+      #:install-source? #f
+      #:import-path "github.com/aswinkarthik/csvdiff"))
+    (native-inputs
+     (list go-github-com-cespare-xxhash
            go-github-com-fatih-color
-           go-github-com-cespare-xxhash
-           go-github-com-oneofone-xxhash))
+           go-github-com-spf13-afero
+           go-github-com-spf13-cobra
+           go-github-com-stretchr-testify))
     (home-page "https://github.com/aswinkarthik/csvdiff";)
     (synopsis "Fast diff tool for comparing CSV files")
     (description "@code{csvdiff} is a diff tool to compute changes between two



reply via email to

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