[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
348/401: gnu: go-github.com-nsf-termbox-go: Move to golang-xyz.
From: |
guix-commits |
Subject: |
348/401: gnu: go-github.com-nsf-termbox-go: Move to golang-xyz. |
Date: |
Thu, 26 Dec 2024 19:31:23 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 1d2626fd4f38ef06d365d34098e6e9d7741c1a9b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 24 12:00:37 2024 +0000
gnu: go-github.com-nsf-termbox-go: Move to golang-xyz.
* gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I5b3afcc5f87549e81318a43efa25ae1069f04dc7
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
gnu/packages/terminals.scm | 26 --------------------------
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index aa604d0719..5210c2b68b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8078,6 +8078,32 @@ list of sentences.")
pretty printed rendering in Golang.")
(license license:expat)))
+(define-public go-github.com-nsf-termbox-go
+ (package
+ (name "go-github.com-nsf-termbox-go")
+ (version "1.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nsf/termbox-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0n5jwnx53nkjvq8rcqzv2scs532iq9w06pd83w6cipniccqp4m2i"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/nsf/termbox-go"))
+ (propagated-inputs
+ (list go-github-com-mattn-go-runewidth))
+ (home-page "https://github.com/nsf/termbox-go")
+ (synopsis "@code{termbox} provides a minimal API for text-based user
interfaces")
+ (description
+ "Termbox is a library that provides a minimalistic API which allows the
+programmer to write text-based user interfaces.")
+ (license license:expat)))
+
(define-public go-github-com-nsqio-go-diskqueue
(package
(name "go-github-com-nsqio-go-diskqueue")
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index fc334bfcca..097ddb207b 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -990,32 +990,6 @@ minimalistic.")
(home-page "https://www.uninformativ.de/git/xiate/file/README.html")
(license license:expat))))
-(define-public go-github.com-nsf-termbox-go
- (package
- (name "go-github.com-nsf-termbox-go")
- (version "1.1.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/nsf/termbox-go")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0n5jwnx53nkjvq8rcqzv2scs532iq9w06pd83w6cipniccqp4m2i"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/nsf/termbox-go"))
- (propagated-inputs
- (list go-github-com-mattn-go-runewidth))
- (synopsis "@code{termbox} provides a minimal API for text-based user
-interfaces")
- (description
- "Termbox is a library that provides a minimalistic API which allows the
-programmer to write text-based user interfaces.")
- (home-page "https://github.com/nsf/termbox-go")
- (license license:expat)))
-
(define-public go-github-com-junegunn-fzf
(package
(name "go-github-com-junegunn-fzf")
- 316/401: gnu: Add go-github-com-pborman-getopt-v2., (continued)
- 316/401: gnu: Add go-github-com-pborman-getopt-v2., guix-commits, 2024/12/26
- 317/401: gnu: hebcal: Update to 5.8.7., guix-commits, 2024/12/26
- 333/401: gnu: go-github-com-zeebo-blake3: Delete submodule., guix-commits, 2024/12/26
- 340/401: gnu: go-gopkg-in-errgo-fmt-errors: Enable tests., guix-commits, 2024/12/26
- 330/401: gnu: go-github-com-spf13-viper: Fix build., guix-commits, 2024/12/26
- 337/401: gnu: go-github-com-bits-and-blooms-bloom-v3: Move to golang-xyz., guix-commits, 2024/12/26
- 322/401: gnu: go-github-com-jbenet-go-context: Update to 0.0.0-20150711004518-d14ea06fba99., guix-commits, 2024/12/26
- 332/401: gnu: go-github-com-cretz-bine: Fix tests., guix-commits, 2024/12/26
- 320/401: gnu: go-github-com-gogo-protobuf: Enable tests., guix-commits, 2024/12/26
- 347/401: gnu: go-github.com-nsf-termbox-go: Update to 1.1.1., guix-commits, 2024/12/26
- 348/401: gnu: go-github.com-nsf-termbox-go: Move to golang-xyz.,
guix-commits <=
- 365/401: gnu: go-github-com-keybase-go-ps: Update to 0.0.0-20190827175125-91aafc93ba19., guix-commits, 2024/12/26
- 356/401: gnu: go-howett-net-plist: Fix tests., guix-commits, 2024/12/26
- 350/401: gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.4., guix-commits, 2024/12/26
- 352/401: gnu: go-github-com-sebdah-goldie-v2: Update to 2.5.5., guix-commits, 2024/12/26
- 369/401: gnu: go-github-com-nats-io-nats-go: Update to 1.38.0., guix-commits, 2024/12/26
- 371/401: gnu: go-github-com-go-jose-go-jose-v3: Delete submodule., guix-commits, 2024/12/26
- 366/401: gnu: go-github-com-keybase-go-ps: Simplify., guix-commits, 2024/12/26
- 370/401: gnu: nats-server: Fix tests., guix-commits, 2024/12/26
- 378/401: gnu: Add go-github-com-bytedance-sonic-loader., guix-commits, 2024/12/26
- 383/401: gnu: go-github-com-valyala-fasthttp: Update to 1.58.0., guix-commits, 2024/12/26