diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 02:03:06 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:30 +0200 |
commit | 1e2b82b9328b5d6cd4101731ed58e605b88aa68c (patch) | |
tree | dc0db5b6ddb54739fef945965c4dadebba8b6cca /gnu/packages/libevent.scm | |
parent | 2915b2f2ece1ee8c43d16768de0e9b8791947921 (diff) | |
download | guix-1e2b82b9328b5d6cd4101731ed58e605b88aa68c.tar.gz |
gnu: libevent: Remove input label.
* gnu/packages/libevent.scm (libevent)[inputs]: Remove label.
Diffstat (limited to 'gnu/packages/libevent.scm')
-rw-r--r-- | gnu/packages/libevent.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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/") |