[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: links: Build with libevent.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: links: Build with libevent. |
Date: |
Mon, 02 Nov 2015 08:52:41 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit a83adbf681b7f0ce68eaff2b55f17ea5563f66bc
Author: Efraim Flashner <address@hidden>
Date: Mon Nov 2 10:50:08 2015 +0200
gnu: links: Build with libevent.
* gnu/packages/links.scm (links)[inputs]: Add libevent.
---
gnu/packages/links.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/links.scm b/gnu/packages/links.scm
index e0a3da8..41fac8c 100644
--- a/gnu/packages/links.scm
+++ b/gnu/packages/links.scm
@@ -24,6 +24,7 @@
#: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 @@
("openssl" ,openssl)
("libjpeg" ,libjpeg)
("libtiff" ,libtiff)
+ ("libevent" ,libevent)
("libpng" ,libpng)
("libxt" ,libxt)))
(synopsis "Text and graphics mode web browser")