gnu: Remove harmonist-tk.
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. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
cefaa0e607
commit
1a657497ac
1 changed files with 0 additions and 20 deletions
|
|
@ -9460,26 +9460,6 @@ the game avoids complex inventory management and character building, relying
|
||||||
on items and player adaptability for character progression.")
|
on items and player adaptability for character progression.")
|
||||||
(license license:isc)))
|
(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
|
(define-public drascula
|
||||||
(package
|
(package
|
||||||
(name "drascula")
|
(name "drascula")
|
||||||
|
|
|
||||||
Reference in a new issue