packages: golang: Remove go-github-com-djherbis-times

pull/3/head
Luis Guilherme Coelho 2024-04-09 16:28:06 -03:00
parent 64bc8cb059
commit b2cfac180c
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 0 additions and 26 deletions

View File

@ -9,30 +9,6 @@
#:replace (go-github-com-gdamore-tcell-v2)) #:replace (go-github-com-gdamore-tcell-v2))
(define-public go-github-com-djherbis-times
(package
(name "go-github-com-djherbis-times")
(version "1.6.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/djherbis/times")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0a70nqkc592ipbgb3ib4yg8i2yj2hlhalpzzksdlhilm5a3689ic"))))
(build-system go-build-system)
(arguments
(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")
(description
"Package times provides a platform-independent way to get atime, mtime, ctime and
btime for files.")
(license license:expat)))
(define-public go-github-com-gdamore-tcell-v2 (define-public go-github-com-gdamore-tcell-v2
(package (package
(name "go-github-com-gdamore-tcell-v2") (name "go-github-com-gdamore-tcell-v2")
@ -62,5 +38,3 @@ btime for files.")
interact with terminals or consoles. It works with both common (and many interact with terminals or consoles. It works with both common (and many
uncommon!) terminals or terminal emulators, and Windows console implementations.") uncommon!) terminals or terminal emulators, and Windows console implementations.")
(license license:asl2.0))) (license license:asl2.0)))