packages: golang: Anotate go-github-com-gdamore-tcell-v2 as a replacement binding

pull/3/head
Luis Guilherme Coelho 2024-03-26 21:40:13 -03:00
parent 9a962b695e
commit 2775e40dec
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,9 @@
#:use-module (guix packages)
#:use-module (guix build-system go)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:))
#:use-module ((guix licenses) #:prefix license:)
#:replace (go-github-com-gdamore-tcell-v2))
(define-public go-github-com-djherbis-times
(package
@ -21,8 +23,7 @@
(base32 "0a70nqkc592ipbgb3ib4yg8i2yj2hlhalpzzksdlhilm5a3689ic"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/djherbis/times"))
(list #:import-path "github.com/djherbis/times"))
(propagated-inputs `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
(home-page "https://github.com/djherbis/times")
(synopsis "times")
@ -46,8 +47,7 @@ btime for files.")
(base32 "05b22sgyf8lnwjddxlfvlj7i8b67gnidhbnz86vvx8fddggpa5nd"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/gdamore/tcell/v2"))
(list #:import-path "github.com/gdamore/tcell/v2"))
(propagated-inputs `(("go-golang-org-x-text" ,go-golang-org-x-text)
("go-golang-org-x-term" ,go-golang-org-x-term)
("go-golang-org-x-sys" ,go-golang-org-x-sys)