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>
This commit is contained in:
parent
7f29a36420
commit
0dd974d24b
1 changed files with 4 additions and 2 deletions
|
@ -401,8 +401,10 @@ asynchronously via cURL in C++.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/rs/curlie"))
|
`(#:import-path "github.com/rs/curlie"))
|
||||||
(inputs
|
(inputs (list curl
|
||||||
(list curl go-golang-org-x-crypto go-golang-org-x-sys))
|
go-golang-org-x-crypto
|
||||||
|
go-golang-org-x-sys
|
||||||
|
go-golang-org-x-term))
|
||||||
(home-page "https://curlie.io")
|
(home-page "https://curlie.io")
|
||||||
(synopsis "The power of curl, the ease of use of httpie")
|
(synopsis "The power of curl, the ease of use of httpie")
|
||||||
(description "If you like the interface of HTTPie but miss the features of
|
(description "If you like the interface of HTTPie but miss the features of
|
||||||
|
|
Reference in a new issue