guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libevent: Split into two outputs.


From: guix-commits
Subject: branch master updated: gnu: libevent: Split into two outputs.
Date: Wed, 19 Feb 2020 20:10:12 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6dde98c  gnu: libevent: Split into two outputs.
6dde98c is described below

commit 6dde98c3d9e7a0385da57abedd9b41ca733acfc6
Author: Julien Lepiller <address@hidden>
AuthorDate: Thu Feb 20 01:18:01 2020 +0100

    gnu: libevent: Split into two outputs.
    
    This removes python and its dependencies from the libevent closure,
    reducing it from 180MB to 70MB.
    
    * gnu/packages/libevent.scm (libevent): Add bin output.
---
 gnu/packages/libevent.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 465ed95..338b2af 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -51,6 +51,7 @@
                (base32
                 "0g988zqm45sj1hlhhz4il5z4dpi5dl74hzjwzl4md37a09iaqnx6"))))
     (build-system gnu-build-system)
+    (outputs '("out" "bin"))
     (arguments
      ;; This skips some of the tests which fail on armhf and aarch64.
      '(#:configure-flags '("--disable-libevent-regress")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]