[bug#57392,2/2] gnu: Add boohu-tk.
Commit Message
* gnu/packages/games.scm (boohu-tk): New variable.
---
gnu/packages/games.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
@@ -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")