* [bug#60702] [PATCH] gnu: weechat: Update to 3.8.
@ 2023-01-09 21:18 Sébastien Helleu
2023-01-12 3:13 ` bug#60702: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Helleu @ 2023-01-09 21:18 UTC (permalink / raw)
To: 60702
* gnu/packages/irc.scm (weechat): Update to 3.8.
[arguments]: Do not build tests any more: since version 3.8, ‘make test’
is successful when tests are not built.
[native-inputs]: Remove dependency on cpputest as tests are not built
any more.
---
gnu/packages/irc.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 0a6c28980d..d850e9c916 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -195,14 +195,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
- (version "3.6")
+ (version "3.8")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "1ppj676gwh67krq92xnfkmh3qnwbz8d51djsscxw013x7cdxg1cx"))))
+ "0a5zfkqqdkya111rl2gpwlbfala0305qry9cdz2r1h7q0316bjzp"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
@@ -210,9 +210,7 @@ (define-public weechat
("pkg-config" ,pkg-config)
,@(if (target-x86?)
`(("ruby-asciidoctor" ,ruby-asciidoctor))
- '())
- ;; For tests.
- ("cpputest" ,cpputest)))
+ '())))
(inputs
(list aspell
curl
@@ -234,8 +232,7 @@ (define-public weechat
,@(if (target-x86?)
'("-DENABLE_MAN=ON"
"-DENABLE_DOC=ON")
- '())
- "-DENABLE_TESTS=ON") ; ‘make test’ fails otherwise
+ '()))
#:phases
(modify-phases %standard-phases
,@(if (target-x86?)
--
2.39.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60702: [PATCH] gnu: weechat: Update to 3.8.
2023-01-09 21:18 [bug#60702] [PATCH] gnu: weechat: Update to 3.8 Sébastien Helleu
@ 2023-01-12 3:13 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-12 3:13 UTC (permalink / raw)
To: Sébastien Helleu; +Cc: 60702-done
Sébastien Helleu <flashcode@flashtux.org> writes:
> * gnu/packages/irc.scm (weechat): Update to 3.8.
> [arguments]: Do not build tests any more: since version 3.8, ‘make test’
> is successful when tests are not built.
> [native-inputs]: Remove dependency on cpputest as tests are not built
> any more.
Pushed, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-12 3:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 21:18 [bug#60702] [PATCH] gnu: weechat: Update to 3.8 Sébastien Helleu
2023-01-12 3:13 ` bug#60702: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.