guix-commits
[Top][All Lists]
Advanced

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

29/36: gnu: fizmo: Update to 0.8.5.


From: Tobias Geerinckx-Rice
Subject: 29/36: gnu: fizmo: Update to 0.8.5.
Date: Tue, 19 Jun 2018 23:27:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 50e1d36c48e1662f42c6047d31849e1173e6eaf1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 04:23:41 2018 +0200

    gnu: fizmo: Update to 0.8.5.
    
    * gnu/packages/games.scm (fizmo): Update to 0.8.5.
    [arguments]: Adjust #:configure-flags to improved library detection.
---
 gnu/packages/games.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 09b3dc4..0db22f1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1616,23 +1616,20 @@ reference interpreter, using the Glk API.")
 (define-public fizmo
   (package
     (name "fizmo")
-    (version "0.8.4")
+    (version "0.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://christoph-ender.de/fizmo/source/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1sd988db2302r7cbfcfghbmg8ck43c6hvnlnlpb0rqxb7pm9cwyy"))))
+                "1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
        (let ((libjpeg (assoc-ref %build-inputs "libjpeg"))
              (ncurses (assoc-ref %build-inputs "ncurses")))
-         (list (string-append "jpeg_CFLAGS=-I" libjpeg "/include")
-               (string-append "jpeg_LIBS=-ljpeg")
-               (string-append "ncursesw_CFLAGS=-I" ncurses "/include")
-               (string-append "ncursesw_LIBS=-lncursesw")))))
+         (list (string-append "--with-jpeg-includedir=" libjpeg "/include")))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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