GNU bug report logs -
#57392
[PATCH 0/2] Add boohu.
Previous Next
Full log
Message #11 received at 57392 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 2 years and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.