guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: windowmaker: Add support for more image formats.


From: Kei Kebreau
Subject: 01/01: gnu: windowmaker: Add support for more image formats.
Date: Thu, 27 Oct 2016 14:51:24 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit 233fbb61022c79ff0c2b11d908f34f3020d7fbbb
Author: Kei Kebreau <address@hidden>
Date:   Sun Oct 23 11:26:25 2016 -0400

    gnu: windowmaker: Add support for more image formats.
    
    * gnu/packages/gnustep.scm (windowmaker)[inputs]: Add giflib, libpng,
    and libtiff.
---
 gnu/packages/gnustep.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index f49b254..6c365cb 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -76,7 +76,10 @@
        ("libxft" ,libxft)
        ("libx11" ,libx11)
        ("fontconfig" ,fontconfig)
-       ("libjpeg" ,libjpeg)))
+       ("libjpeg" ,libjpeg)
+       ("giflib" ,giflib)
+       ("libpng" ,libpng)
+       ("libtiff" ,libtiff)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "http://windowmaker.org/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]