diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-15 15:49:57 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-15 16:18:10 +0000 |
| commit | 298ebc3c1f01782f7cdd18ca8080ab28371c9a57 (patch) | |
| tree | 10d18e92f01fb75d0313f3a6ae92f9fd99581c4c /gnu | |
| parent | 7b9fc84a693ad53761fe888480a1f41a8b44f721 (diff) | |
gnu: Remove go-github-com-anaseto-gruid.
The maintenance of this variant has been stoped in GitHub and it was
migrated to Codeberg <https://codeberg.org/anaseto/gruid>: 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.
* gnu/packages/games.scm (go-github-com-anaseto-gruid): Delete variable.
Change-Id: Ic49681dd0ce1815f39082966d18f77383a2e7fdb
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4a390806e91..b8557e185e1 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -10615,35 +10615,6 @@ and bring the war to your enemy.") | |||
| 10615 | license:expat license:fdl1.3+ license:public-domain | 10615 | license:expat license:fdl1.3+ license:public-domain |
| 10616 | license:zlib)))) | 10616 | license:zlib)))) |
| 10617 | 10617 | ||
| 10618 | (define-public go-github-com-anaseto-gruid | ||
| 10619 | (package | ||
| 10620 | (name "go-github-com-anaseto-gruid") | ||
| 10621 | (version "0.21.1") | ||
| 10622 | (source | ||
| 10623 | (origin | ||
| 10624 | (method git-fetch) | ||
| 10625 | (uri (git-reference | ||
| 10626 | (url "https://github.com/anaseto/gruid") | ||
| 10627 | (commit (string-append "v" version)))) | ||
| 10628 | (file-name (git-file-name name version)) | ||
| 10629 | (sha256 | ||
| 10630 | (base32 | ||
| 10631 | "0rvsavkvg2hziwdh8sjk3n5v92m5mfjb8v9m7ch22maxfwq5kv6y")))) | ||
| 10632 | (build-system go-build-system) | ||
| 10633 | (arguments | ||
| 10634 | '(#:import-path "github.com/anaseto/gruid")) | ||
| 10635 | (propagated-inputs | ||
| 10636 | (list go-golang-org-x-image)) | ||
| 10637 | (home-page "https://github.com/anaseto/gruid") | ||
| 10638 | (synopsis "Cross-platform grid-based UI and game framework") | ||
| 10639 | (description "The gruid module provides packages for easily building | ||
| 10640 | grid-based applications in Go. The library abstracts rendering and input for | ||
| 10641 | different platforms. There are drivers available for terminal apps, native | ||
| 10642 | graphical apps and browser apps. The original application for the library was | ||
| 10643 | creating grid-based games, but it's also well suited for any grid-based | ||
| 10644 | application.") | ||
| 10645 | (license license:isc))) | ||
| 10646 | |||
| 10647 | (define-public harmonist | 10618 | (define-public harmonist |
| 10648 | (package | 10619 | (package |
| 10649 | (name "harmonist") | 10620 | (name "harmonist") |
