gnu: sxiv: Update to 25.

* gnu/packages/image-viewers.scm (sxiv): Update to 25.
[arguments]: Change renamed DEF_CPPFLAGS to CPPFLAGS.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-16 17:47:24 +01:00
parent f54de09b78
commit 56d2007ea9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -188,7 +188,7 @@ (define-public gpicview
(define-public sxiv
(package
(name "sxiv")
(version "24")
(version "25")
(source (origin
(method git-fetch)
(uri (git-reference
@ -197,7 +197,7 @@ (define-public sxiv
(file-name (git-file-name name version))
(sha256
(base32
"020n1bdxbzqncprh8a4rnjzc4frp335yxbqh5w6dr970f7n5qm8d"))))
"13s1lfar142hq1j7xld0ri616p4bqs57b17yr4d0b9a9w7liz4hp"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
@ -206,7 +206,7 @@ (define-public sxiv
"CC=gcc"
;; Xft.h #includes <ft2build.h> (without freetype2/). The sxiv
;; Makefile works around this by hard-coding /usr/include instead.
(string-append "DEF_CPPFLAGS=-I"
(string-append "CPPFLAGS=-I"
(assoc-ref %build-inputs "freetype")
"/include/freetype2")
"V=1")