gnu: notcurses: Update to 3.0.8.
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.8. [arguments]: Fix configure flag typo.
parent
ca6f15310d
commit
5d7cb47d5f
|
@ -34,7 +34,7 @@
|
||||||
(define-public notcurses
|
(define-public notcurses
|
||||||
(package
|
(package
|
||||||
(name "notcurses")
|
(name "notcurses")
|
||||||
(version "3.0.0")
|
(version "3.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1y9s77m1pp6syfml559d8dvif61y6zjldrdx1zri18q9sr0zqm9m"))))
|
(base32 "05dxv0745kzna2zylvsb3rlwcrlpyc5xsdcflbrdc34ab29mc8z5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
;; Use FFmpeg for multimedia support
|
;; Use FFmpeg for multimedia support
|
||||||
"-DUSE_MULTIMEDIA=ffmpeg"
|
"-DUSE_MULTIMEDIA=ffmpeg"
|
||||||
;; Follow the Debian Free Software Guidelines, omitting nonfree content.
|
;; Follow the Debian Free Software Guidelines, omitting nonfree content.
|
||||||
"-DFSG_BUILD=ON")))
|
"-DDFSG_BUILD=ON")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
pandoc
|
pandoc
|
||||||
|
|
Reference in New Issue