guix-commits
[Top][All Lists]
Advanced

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

37/62: gnu: libevent: Remove input label.


From: guix-commits
Subject: 37/62: gnu: libevent: Remove input label.
Date: Sun, 26 Jun 2022 06:09:10 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1e2b82b9328b5d6cd4101731ed58e605b88aa68c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 02:03:06 2022 +0200

    gnu: libevent: Remove input label.
    
    * gnu/packages/libevent.scm (libevent)[inputs]: Remove label.
---
 gnu/packages/libevent.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index d807315906..feee1a283a 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -59,7 +59,7 @@
      '(#:configure-flags '("--disable-libevent-regress"
                            "--disable-openssl")))
     (inputs
-     `(("python" ,python-wrapper)))     ;for 'event_rpcgen.py'
+     (list python-wrapper))             ;for 'event_rpcgen.py'
     (native-inputs
      (list which))
     (home-page "https://libevent.org/";)



reply via email to

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