summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 15:46:03 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 16:18:10 +0000
commit7b9fc84a693ad53761fe888480a1f41a8b44f721 (patch)
tree89bbe27ee42ebd064fbb5e4c9fb740b71f2cf5a0 /gnu
parentbf17046d8bfe6b87163470c6df0e89053d7aa5bd (diff)
gnu: Remove go-github-com-anaseto-gruid-tcell.
The maintenance of this variant has been stoped in GitHub and it was migrated to Codeberg <https://codeberg.org/anaseto/gruid-tcell>: This repository has been archived by the owner on Aug 23, 2023. It is now read-only. This package successor is go-codeberg-org-anaseto-gruid-tcell. * gnu/packages/games.scm (go-github-com-anaseto-gruid-tcell): Delete variable. Change-Id: I5cd549296b43917e14f3998ce776e33442703842
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0bb7ddb8a01..4a390806e91 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10644,32 +10644,6 @@ creating grid-based games, but it's also well suited for any grid-based
10644application.") 10644application.")
10645 (license license:isc))) 10645 (license license:isc)))
10646 10646
10647(define-public go-github-com-anaseto-gruid-tcell
10648 (package
10649 (name "go-github-com-anaseto-gruid-tcell")
10650 (version "0.1.1")
10651 (source
10652 (origin
10653 (method git-fetch)
10654 (uri (git-reference
10655 (url "https://github.com/anaseto/gruid-tcell")
10656 (commit (string-append "v" version))))
10657 (file-name (git-file-name name version))
10658 (sha256
10659 (base32
10660 "09ajr9mbldjfc44qprplbf8dr8yhlbn2nfnas2z62m9wmklc0qiv"))))
10661 (build-system go-build-system)
10662 (arguments
10663 '(#:import-path "github.com/anaseto/gruid-tcell"))
10664 (propagated-inputs
10665 `(("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)
10666 ("go-github-com-anaseto-gruid" ,go-github-com-anaseto-gruid)))
10667 (home-page "https://github.com/anaseto/gruid-tcell")
10668 (synopsis "Gruid driver using the tcell library")
10669 (description "The gruid-tcell module provides a Gruid driver for building
10670terminal full-window applications.")
10671 (license license:isc)))
10672
10673(define-public harmonist 10647(define-public harmonist
10674 (package 10648 (package
10675 (name "harmonist") 10649 (name "harmonist")