diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2023-04-22 18:13:42 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-04-23 10:53:17 -0400 |
commit | 0dd974d24b1ced2f5cd3d09ff54e10386e81ed70 (patch) | |
tree | dcc39b4cf3ede4644b62d3e97dab962a1ba1164e /gnu/packages/curl.scm | |
parent | 7f29a36420ffb65543dfc2a8180d3cee3ad5ee17 (diff) | |
download | guix-0dd974d24b1ced2f5cd3d09ff54e10386e81ed70.tar.gz |
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>
Diffstat (limited to 'gnu/packages/curl.scm')
-rw-r--r-- | gnu/packages/curl.scm | 6 |
1 files 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 |