me
/
guix
Archived
1
0
Fork 0

gnu: weechat: Update to 4.0.0.

* gnu/packages/irc.scm (weechat): Update to 4.0.0.
[arguments]: Adjust the configure-flags to continue enable building the
docs.
master
Efraim Flashner 2023-06-30 13:24:24 +03:00
parent 94ac93042f
commit 0feead09f0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -198,14 +198,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
(define-public weechat (define-public weechat
(package (package
(name "weechat") (name "weechat")
(version "3.8") (version "4.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-" (uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0a5zfkqqdkya111rl2gpwlbfala0305qry9cdz2r1h7q0316bjzp")))) "1ya0hacbyvhdy43hqrvphj3y7v6s312wbrsf2yns14ikbzhmxmsv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(native-inputs (native-inputs
@ -234,7 +234,8 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
(list "-DENABLE_PHP=OFF" (list "-DENABLE_PHP=OFF"
,@(if (target-x86?) ,@(if (target-x86?)
'("-DENABLE_MAN=ON" '("-DENABLE_MAN=ON"
"-DENABLE_DOC=ON") "-DENABLE_DOC=ON"
"-DENABLE_DOC_INCOMPLETE=ON")
'())) '()))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases