gnu: irssi: Update to 1.4.1.
* gnu/packages/irc.scm (irssi): Update to 1.4.1. [arguments]: Remove unmaintained "--with-bot".
This commit is contained in:
parent
c794df8490
commit
c23d4871a6
@ -151,7 +151,7 @@ irssi, but graphical.")
|
||||
(define-public irssi
|
||||
(package
|
||||
(name "irssi")
|
||||
(version "1.2.3")
|
||||
(version "1.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/irssi/irssi/"
|
||||
@ -159,7 +159,7 @@ irssi, but graphical.")
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17vninwcdfxw39xl2q55qircckckjk2xlvkvlwgj5lhlxppvyix6"))))
|
||||
"00bmwkpzhqqnsajakk7dviap1i8s89375kwpdyxg65ms3ds94xka"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
@ -172,8 +172,7 @@ irssi, but graphical.")
|
||||
(string-append "--prefix=" out)
|
||||
(string-append "--enable-true-color")
|
||||
(string-append "--with-proxy")
|
||||
(string-append "--with-socks")
|
||||
(string-append "--with-bot")))))
|
||||
(string-append "--with-socks")))))
|
||||
(add-before 'check 'set-home
|
||||
(lambda _
|
||||
(setenv "HOME" (getcwd)))))))
|
||||
|
Loading…
Reference in New Issue
Block a user