[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
- 35/36: gnu: meandmyshadow: Update to 0.4.1., (continued)
- 35/36: gnu: meandmyshadow: Update to 0.4.1., Tobias Geerinckx-Rice, 2018/06/19
- 34/36: gnu: meandmyshadow: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 22/36: gnu: memcached: Update to 1.5.8., Tobias Geerinckx-Rice, 2018/06/19
- 21/36: gnu: emacs-m-buffer-el: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 23/36: gnu: r-prroc: Update to 1.3.1., Tobias Geerinckx-Rice, 2018/06/19
- 24/36: gnu: Add r-pls., Tobias Geerinckx-Rice, 2018/06/19
- 33/36: gnu: extremetuxracer: Fix typo in synopsis., Tobias Geerinckx-Rice, 2018/06/19
- 36/36: gnu: perl-lwp-protocol-https: Update to 6.07., Tobias Geerinckx-Rice, 2018/06/19
- 27/36: gnu: emacs-d-mode: Update to 2.0.9., Tobias Geerinckx-Rice, 2018/06/19
- 30/36: gnu: fizmo: Update home page., Tobias Geerinckx-Rice, 2018/06/19
- 29/36: gnu: fizmo: Update to 0.8.5.,
Tobias Geerinckx-Rice <=