mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add nml.
* gnu/packages/game-development.scm (nml): New variable.
This commit is contained in:
parent
92321b76a6
commit
7357fcf286
1 changed files with 24 additions and 0 deletions
|
@ -188,6 +188,30 @@ (define-public gzochi
|
||||||
provide connectivity for client applications written in any language.")
|
provide connectivity for client applications written in any language.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public nml
|
||||||
|
(package
|
||||||
|
(name "nml")
|
||||||
|
(version "0.4.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://bundles.openttdcoop.org/nml/releases/"
|
||||||
|
version "/nml-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0wk9ls5qyjwkra54rkj1gg94xbwzi7b84a5fh1ma1q7pbimi8rmg"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-pillow" ,python-pillow)
|
||||||
|
("python-ply" ,python-ply)))
|
||||||
|
(home-page "http://dev.openttdcoop.org/projects/nml")
|
||||||
|
(synopsis "NML compiler")
|
||||||
|
(description
|
||||||
|
"@dfn{NML} (NewGRF Meta Language) is a a python-based compiler, capable of
|
||||||
|
compiling NML files (along with their associated language, sound and graphic
|
||||||
|
files) into @file{.grf} and/or @file{.nfo} files.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public python-sge-pygame
|
(define-public python-sge-pygame
|
||||||
(package
|
(package
|
||||||
(name "python-sge-pygame")
|
(name "python-sge-pygame")
|
||||||
|
|
Loading…
Reference in a new issue