guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: curlie: Add input go-golang-org-x-term.


From: guix-commits
Subject: 06/14: gnu: curlie: Add input go-golang-org-x-term.
Date: Sun, 23 Apr 2023 10:55:55 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0dd974d24b1ced2f5cd3d09ff54e10386e81ed70
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sat Apr 22 18:13:42 2023 +0200

    gnu: curlie: Add input go-golang-org-x-term.
    
    * gnu/packages/curl.scm (curlie): Add input go-golang-x-term.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/curl.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index bd00a6d274..4bfb0572a3 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -401,8 +401,10 @@ asynchronously via cURL in C++.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/rs/curlie"))
-    (inputs
-     (list curl go-golang-org-x-crypto go-golang-org-x-sys))
+    (inputs (list curl
+                  go-golang-org-x-crypto
+                  go-golang-org-x-sys
+                  go-golang-org-x-term))
     (home-page "https://curlie.io";)
     (synopsis "The power of curl, the ease of use of httpie")
     (description "If you like the interface of HTTPie but miss the features of



reply via email to

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