guix-patches
[Top][All Lists]
Advanced

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

[bug#57392] [PATCH 2/2] gnu: Add boohu-tk.


From: Cairn
Subject: [bug#57392] [PATCH 2/2] gnu: Add boohu-tk.
Date: Wed, 24 Aug 2022 21:56:52 +0000

* gnu/packages/games.scm (boohu-tk): New variable.
---
 gnu/packages/games.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ac9190d1a7..b201c6a074 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9535,6 +9535,19 @@ (define-public boohu
 building, relying on items and player adaptability for character progression.")
     (license license:isc)))
 
+(define-public boohu-tk
+  (package
+    (inherit boohu)
+    (name "boohu-tk")
+    (inputs
+     (modify-inputs (package-inputs boohu)
+       (append go-github.com-nsf-gothic)))
+    (arguments
+    (substitute-keyword-arguments (package-arguments boohu)
+      ((#:build-flags flags ''())
+       `(append '("--tags" "tk")
+                ,flags))))))
+
 (define-public drascula
   (package
     (name "drascula")
-- 
2.37.2







reply via email to

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