mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: links: Build with libevent.
* gnu/packages/links.scm (links)[inputs]: Add libevent.
This commit is contained in:
parent
cb7fed9285
commit
a83adbf681
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ (define-module (gnu packages links)
|
|||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages libevent)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (guix download)
|
||||
|
@ -63,6 +64,7 @@ (define-public links
|
|||
("openssl" ,openssl)
|
||||
("libjpeg" ,libjpeg)
|
||||
("libtiff" ,libtiff)
|
||||
("libevent" ,libevent)
|
||||
("libpng" ,libpng)
|
||||
("libxt" ,libxt)))
|
||||
(synopsis "Text and graphics mode web browser")
|
||||
|
|
Loading…
Reference in a new issue