GNU bug report logs - #50298
[PATCH] gnu: Remove harmonist-tk.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 31 Aug 2021 14:02:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50298: closed ([PATCH] gnu: Remove harmonist-tk.)
Date: Wed, 01 Sep 2021 02:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 1 Sep 2021 04:46:43 +0200
with message-id <20210901044643.3a16a68e <at> tachikoma.lepiller.eu>
and subject line Re: [bug#50298] [PATCH] gnu: Remove harmonist-tk.
has caused the debbugs.gnu.org bug report #50298,
regarding [PATCH] gnu: Remove harmonist-tk.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50298: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50298
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Remove harmonist-tk.
Date: Tue, 31 Aug 2021 10:00:54 -0400
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



[Message part 3 (message/rfc822, inline)]
From: Julien Lepiller <julien <at> lepiller.eu>
To: jgart <jgart <at> dismail.de>
Cc: 50298-done <at> debbugs.gnu.org
Subject: Re: [bug#50298] [PATCH] gnu: Remove harmonist-tk.
Date: Wed, 1 Sep 2021 04:46:43 +0200
Pushed as 1a657497acdead9afbeb24db6102f645d7e28ac9, thank you!


This bug report was last modified 3 years and 348 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.