@@ 2128,36 2128,6 @@ of blocked read and write operations; a Close from another go-routine safely
cancels ongoing (blocked) read and write operations.")
(license license:bsd-2)))
-(define-public go-maunium-net-go-tcell
- (package
- (name "go-maunium-net-go-tcell")
- (version "0.2.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/tulir/tcell")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0g7xdvk13wzz3pj2nzbj3sz6y4rki9n141nxy93lak4rn43ahm9z"))))
- (build-system go-build-system)
- (arguments '(#:import-path "maunium.net/go/tcell"))
- (propagated-inputs
- `(("go-golang-org-x-text" ,go-golang-org-x-text)
- ("go-golang-org-x-sys" ,go-golang-org-x-sys)
- ("go-github-com-zyedidia-poller" ,go-github-com-zyedidia-poller)
- ("go-github-com-mattn-go-runewidth" ,go-github-com-mattn-go-runewidth)
- ("go-golang-org-colorful" ,go-golang-org-colorful)
- ("go-github-com-gdamore-encoding" ,go-github-com-gdamore-encoding)))
- (home-page "https://maunium.net/go/tcell")
- (synopsis "")
- (description
- "Package tcell provides a lower-level, portable API for building programs that
-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)))
-
(define-public go-github-com-tidwall-match
(package
(name "go-github-com-tidwall-match")
@@ 2254,33 2224,6 @@ set a value in a json document.")
(description "This package provides a logger in Go.")
(license license:mpl2.0)))
-(define-public go-maunium-net-go-mauview
- (package
- (name "go-maunium-net-go-mauview")
- (version "0.1.4-0.20211207121125-01ffaf935896")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/tulir/mauview")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0fjjabvjm0lqyz2gjxh4fplj3fmibkspgk6vm1pq6krlbdmjn855"))))
- (build-system go-build-system)
- (arguments '(#:import-path "maunium.net/go/mauview"))
- (propagated-inputs
- `(("go-maunium-net-go-tcell" ,go-maunium-net-go-tcell)
- ("go-github-com-zyedidia-clipboard" ,go-github-com-zyedidia-clipboard)
- ("go-github-com-rivo-uniseg" ,go-github-com-rivo-uniseg)
- ("go-github-com-mattn-go-runewidth" ,go-github-com-mattn-go-runewidth)
- ("go-github-com-lucasb-eyer-go-colorful"
- ,go-github-com-lucasb-eyer-go-colorful)))
- (home-page "https://maunium.net/go/mauview")
- (synopsis "mauview")
- (description "From")
- (license license:mpl2.0)))
-
(define-public go-maunium-net-go-mautrix
(package
(name "go-maunium-net-go-mautrix")