gnu: irssi: Support proxy, socks, bot.
* gnu/packages/irc.scm (irssi)[arguments]: Add configure flags to support proxy, socks and bot.
This commit is contained in:
parent
fd41741bdc
commit
7b3f2682de
|
@ -113,7 +113,10 @@ irssi, but graphical.")
|
|||
(zero?
|
||||
(system* "./configure"
|
||||
(string-append "--prefix=" out)
|
||||
(string-append "--with-ncurses=" ncurses)))))))))
|
||||
(string-append "--with-ncurses=" ncurses)
|
||||
(string-append "--with-proxy")
|
||||
(string-append "--with-socks")
|
||||
(string-append "--with-bot")))))))))
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("ncurses" ,ncurses)
|
||||
|
|
Loading…
Reference in New Issue