3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Jakub Kądziołka 2020-07-02 01:07:56 +02:00
parent d774c7b121
commit 5bd803339d
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -173,7 +173,11 @@ is used in some video games and movies.")
(base32
"07w3asqxx89wl2wfv1z3cak8v83h3ys3b39mq9qq4gyf3xdhs76n"))))
(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")
(synopsis "WAD file composer for Doom and related games")
(description