gnu: deutex: Build with PNG support.
* gnu/packages/game-development.scm (deutex)[inputs]: Add libpng. [native-inputs]: Add pkg-config.
This commit is contained in:
parent
d774c7b121
commit
5bd803339d
1 changed files with 5 additions and 1 deletions
|
@ -173,7 +173,11 @@ is used in some video games and movies.")
|
||||||
(base32
|
(base32
|
||||||
"07w3asqxx89wl2wfv1z3cak8v83h3ys3b39mq9qq4gyf3xdhs76n"))))
|
"07w3asqxx89wl2wfv1z3cak8v83h3ys3b39mq9qq4gyf3xdhs76n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("asciidoc" ,asciidoc)))
|
(inputs
|
||||||
|
`(("libpng" ,libpng)))
|
||||||
|
(native-inputs
|
||||||
|
`(("asciidoc" ,asciidoc)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://github.com/Doom-Utils/deutex")
|
(home-page "https://github.com/Doom-Utils/deutex")
|
||||||
(synopsis "WAD file composer for Doom and related games")
|
(synopsis "WAD file composer for Doom and related games")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue