aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-07-02 01:07:56 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-07-02 01:07:56 +0200
commit5bd803339d664b59eac34e049e944950c526f6e9 (patch)
treef6601bf7c1678fad471cb2a4731fc873874f935c /gnu/packages/game-development.scm
parentd774c7b1218a3cc20079b19812da119f9ed26b54 (diff)
downloadguix-5bd803339d664b59eac34e049e944950c526f6e9.tar
guix-5bd803339d664b59eac34e049e944950c526f6e9.tar.gz
gnu: deutex: Build with PNG support.
* gnu/packages/game-development.scm (deutex)[inputs]: Add libpng. [native-inputs]: Add pkg-config.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index df9e47ec46..871189933c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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