diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-23 22:21:00 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-23 22:21:00 +0200 |
commit | d7ec2805fbb7fe39e2c66588baef0454aeb42548 (patch) | |
tree | 132e79661fd9b3c1dbe146537b00bd1412cb55cb /gnu/packages/curl.scm | |
parent | 480a125bde4c1a568c2b1254136a00bc20a0e399 (diff) | |
parent | 74e96c4cb171b17949f638d8b452d047a8f2dc6f (diff) | |
download | guix-d7ec2805fbb7fe39e2c66588baef0454aeb42548.tar guix-d7ec2805fbb7fe39e2c66588baef0454aeb42548.tar.gz |
Merge remote-tracking branch 'origin/master' into core-updates
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 484937bf0a..74a3132f00 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -369,8 +369,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 |