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 @@ (define-public deutex (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