diff --git a/radix/packages/golang.scm b/radix/packages/golang.scm index b0130fa..55b0ef7 100644 --- a/radix/packages/golang.scm +++ b/radix/packages/golang.scm @@ -9,30 +9,6 @@ #: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 (package (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 uncommon!) terminals or terminal emulators, and Windows console implementations.") (license license:asl2.0))) - -