* [bug#50298] [PATCH] gnu: Remove harmonist-tk.
@ 2021-08-31 14:00 jgart via Guix-patches via
2021-09-01 2:46 ` bug#50298: " Julien Lepiller
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-08-31 14:00 UTC (permalink / raw)
To: 50298; +Cc: jgart
harmonist-tk has been superseded by harmonist-sdl. Current harmonist-tk
package fails to build due to upgrade of harmonist to 0.4.1.
* gnu/packages/games.scm (harmonist-tk): Remove variable.
---
gnu/packages/games.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a5e200f425..1a9cd36fee 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9460,26 +9460,6 @@ the game avoids complex inventory management and character building, relying
on items and player adaptability for character progression.")
(license license:isc)))
-(define-public harmonist-tk
- (package
- (inherit harmonist)
- (name "harmonist-tk")
- (arguments
- (append
- (package-arguments harmonist)
- `(#:phases
- (modify-phases %standard-phases
- (replace 'build
- (lambda _
- (invoke "go" "install" "-v" "-x" "--tags" "tk"
- "git.tuxfamily.org/harmonist/harmonist")))
- (replace 'check
- (lambda _
- (invoke "go" "test" "--tags" "tk"
- "git.tuxfamily.org/harmonist/harmonist")))))))
- (inputs
- `(("go-github.com-nsf-gothic" ,go-github.com-nsf-gothic)))))
-
(define-public drascula
(package
(name "drascula")
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50298: [PATCH] gnu: Remove harmonist-tk.
2021-08-31 14:00 [bug#50298] [PATCH] gnu: Remove harmonist-tk jgart via Guix-patches via
@ 2021-09-01 2:46 ` Julien Lepiller
0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2021-09-01 2:46 UTC (permalink / raw)
To: jgart; +Cc: 50298-done
Pushed as 1a657497acdead9afbeb24db6102f645d7e28ac9, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-01 2:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-31 14:00 [bug#50298] [PATCH] gnu: Remove harmonist-tk jgart via Guix-patches via
2021-09-01 2:46 ` bug#50298: " Julien Lepiller
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).