me
/
guix
Archived
1
0
Fork 0

gnu: notcurses: Update to 3.0.8.

* gnu/packages/notcurses.scm (notcurses): Update to 3.0.8.
[arguments]: Fix configure flag typo.
Marius Bakke 2022-08-04 11:24:31 +02:00
parent ca6f15310d
commit 5d7cb47d5f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
(define-public notcurses
(package
(name "notcurses")
(version "3.0.0")
(version "3.0.8")
(source
(origin
(method git-fetch)
@ -43,7 +43,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1y9s77m1pp6syfml559d8dvif61y6zjldrdx1zri18q9sr0zqm9m"))))
(base32 "05dxv0745kzna2zylvsb3rlwcrlpyc5xsdcflbrdc34ab29mc8z5"))))
(build-system cmake-build-system)
(arguments
`(#:make-flags
@ -59,7 +59,7 @@
;; Use FFmpeg for multimedia support
"-DUSE_MULTIMEDIA=ffmpeg"
;; Follow the Debian Free Software Guidelines, omitting nonfree content.
"-DFSG_BUILD=ON")))
"-DDFSG_BUILD=ON")))
(native-inputs
(list pkg-config
pandoc