emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50298: closed ([PATCH] gnu: Remove harmonist-tk.)


From: GNU bug Tracking System
Subject: bug#50298: closed ([PATCH] gnu: Remove harmonist-tk.)
Date: Wed, 01 Sep 2021 02:48:02 +0000

Your message dated Wed, 1 Sep 2021 04:46:43 +0200
with message-id <20210901044643.3a16a68e@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@gnu.org.)


-- 
50298: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50298
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#50298] [PATCH] gnu: Remove harmonist-tk. Date: Wed, 1 Sep 2021 04:46:43 +0200
Pushed as 1a657497acdead9afbeb24db6102f645d7e28ac9, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]