[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: deutex: Build with PNG support.
From: |
guix-commits |
Subject: |
branch master updated: gnu: deutex: Build with PNG support. |
Date: |
Wed, 01 Jul 2020 19:08:43 -0400 |
This is an automated email from the git hooks/post-receive script.
niedzejkob pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5bd8033 gnu: deutex: Build with PNG support.
5bd8033 is described below
commit 5bd803339d664b59eac34e049e944950c526f6e9
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Thu Jul 2 01:07:56 2020 +0200
gnu: deutex: Build with PNG support.
* gnu/packages/game-development.scm (deutex)[inputs]: Add libpng.
[native-inputs]: Add pkg-config.
---
gnu/packages/game-development.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index df9e47e..8711899 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: deutex: Build with PNG support.,
guix-commits <=