Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
cd1cbb6107
gnu: libuv-julia: Move next to libuv.
...
Inheritance should happen within the same module.
* gnu/packages/julia.scm (libuv-julia): Move to...
* gnu/packages/libevent.scm (libuv-julia): ... here.
2021-11-18 16:51:13 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Jelle Licht
63915955e2
gnu: libuv-for-node: Update to 1.42.0.
...
* gnu/packages/libevent.scm (libuv-for-node): Update to 1.42.0.
2021-11-15 22:43:24 +01:00
Marius Bakke
11c20005f5
gnu: libuv: Update to 1.41.1.
...
* gnu/packages/libevent.scm (libuv): Update to 1.41.1.
2021-07-23 17:26:45 +02:00
Marius Bakke
4119775de1
gnu: libuv: Update to 1.41.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.41.0.
[native-inputs]: Change from AUTOCONF-WRAPPER to AUTOCONF.
2021-05-22 17:08:14 +02:00
fcc39864db
Merge remote-tracking branch 'origin/master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/boost.scm
gnu/packages/chez.scm
gnu/packages/compression.scm
gnu/packages/crates-io.scm
gnu/packages/docbook.scm
gnu/packages/engineering.scm
gnu/packages/gcc.scm
gnu/packages/gl.scm
gnu/packages/gtk.scm
gnu/packages/nettle.scm
gnu/packages/python-check.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/rust.scm
gnu/packages/sqlite.scm
guix/build-system/node.scm
2021-04-16 14:39:48 +03:00
Jelle Licht
c39092c7b8
gnu: Add libuv-for-node
...
* gnu/packages/libevent.scm (libuv-for-node): New variable.
2021-04-02 18:04:22 +02:00
2aab587f84
Merge remote-tracking branch 'origin/master' into core-updates
2021-03-24 20:50:44 +02:00
ce10e2b3e9
gnu: Use autoconf instead of autoconf-wrapper when possible.
...
This should reduce confusion on when to use the "autoconf"
package and when to use "autoconf-wrapper" instead in
package definitions.
Fixes <https://bugs.gnu.org/46564 >.
* gnu/packages/autotools.scm (autoconf-wrapper):
advise to use the "autoconf" package instead where
possible.
* gnu/packages/game-development.scm (tsukundere)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gimp.scm
(glimpse)[native-inputs]: likewise.
(gimp-resynthesizer)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
* gnu/packages/gnunet.scm (gnunet)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gnupg.scm (signing-party)[native-inputs]:
add comment on why "autoconf-wrapper" is used.
* gnu/packages/guile-xyz.scm
(guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]:
use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/libevent.scm (libuv)[native-inputs]: indicates
"autoconf-wrapper" needs to be replaced with "autoconf"
on core-updates.
* gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf"
instead of "autoconf-wrapper".
* gnu/packages/mail.scm (libetpan)[native-inputs]: likewise.
* gnu/packages/mate.scm
(mate-icon-theme-faenza)[native-inputs]: add comment on why
"autoconf-wrapper" is used.
(mate-screensaver)[native-inputs]: use "autoconf" instead of
"autoconf-wrapper".
* gnu/packages/package-management.scm (guix)[native-inputs]: likewise.
* gnu/packages/sawfish.scm (librep)[native-inputs]: likewise.
* gnu/packages/video.scm (motion)[native-inputs]: likewise.
* gnu/packages/zile.scm (zile)[native-inputs]: likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-17 23:10:19 +01:00
Danny Milosavljevic
0be0f249eb
gnu: libevent: Fix build failure.
...
* gnu/packages/libevent.scm (libevent)[arguments]<#:configure-flags>:
Add --disable-openssl.
2020-10-06 13:49:52 +02:00
Jakub Kądziołka
ef08c5d4d2
gnu: libuv: Update to 1.38.1.
...
* gnu/packages/libevent.scm (libuv): Update to 1.38.1.
2020-07-20 21:11:20 +02:00
Jakub Kądziołka
843cc80be1
gnu: libevent: Update to 2.1.12.
...
* gnu/packages/libevent.scm (libevent): Update to 2.1.12.
2020-07-20 17:22:14 +02:00
Jakub Kądziołka
667374cf7a
gnu: libev: Update to 4.33.
...
* gnu/packages/libevent.scm (libev): Update to 4.33.
2020-07-20 17:22:05 +02:00
Marius Bakke
94cbae1b89
gnu: perl-ev: Update to 4.31.
...
* gnu/packages/libevent.scm (perl-ev): Update to 4.31.
2020-04-13 19:39:47 +02:00
Marius Bakke
eceaa46730
gnu: LibUV: Update to 1.35.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.35.0.
2020-03-14 12:02:51 +01:00
Marius Bakke
ebb7cf9e21
Merge branch 'master' into core-updates
2020-03-04 23:16:17 +01:00
Marius Bakke
ae9cfc647d
gnu: LibUV: Add version 1.34.2.
...
* gnu/packages/libevent.scm (libuv/latest): New public variable.
2020-02-26 21:52:46 +01:00
Julien Lepiller
6dde98c3d9
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.
2020-02-20 02:09:56 +01:00
Marius Bakke
0830b2f4aa
gnu: libuv: Update to 1.34.2.
...
* gnu/packages/libevent.scm (libuv): Update to 1.34.2.
2020-01-24 20:44:36 +01:00
Marius Bakke
f0136e4d18
gnu: libuv: Do not build the static library.
...
* gnu/packages/libevent.scm (libuv)[arguments]: Add #:configure-flags.
2020-01-14 18:31:36 +01:00
Marius Bakke
dc73ea4195
gnu: libuv: Update to 1.34.1.
...
* gnu/packages/libevent.scm (libuv): Update to 1.34.1.
2020-01-14 18:31:36 +01:00
Marius Bakke
295eaeebcb
gnu: libev: Do not build the static library.
...
* gnu/packages/libevent.scm (libev)[arguments]: New field.
2020-01-14 18:31:36 +01:00
Marius Bakke
1fabfd0ec9
gnu: libev: Update to 4.31.
...
* gnu/packages/libevent.scm (libev): Update to 4.31.
2020-01-14 18:31:36 +01:00
Marius Bakke
a80cfbdcb9
gnu: libuv: Update to 1.34.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.34.0.
2019-12-05 17:59:10 +01:00
Ludovic Courtès
11da634a6e
Merge branch 'master' into core-updates
2019-09-24 10:11:38 +02:00
Tobias Geerinckx-Rice
4504d18345
gnu: perl-anyevent: Update to 7.17.
...
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.17.
2019-09-20 17:15:38 +02:00
Marius Bakke
462ad9f56b
Merge branch 'master' into core-updates
2019-08-13 20:42:06 +02:00
Marius Bakke
16feaeefc9
gnu: libevent: Update to 2.1.11.
...
* gnu/packages/libevent.scm (libevent): Update to 2.1.11.
2019-08-04 16:22:01 +02:00
Marius Bakke
cf3f7aa197
gnu: libevent: Use Python 3 for event_rpcgen.py.
...
* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07 18:38:18 +02:00
Marius Bakke
fefd1a7bd4
gnu: libuv: Update to 1.30.1.
...
* gnu/packages/libevent.scm (libuv): Update to 1.30.1.
2019-07-02 21:00:03 +02:00
Marius Bakke
ca9a598e8a
gnu: libuv: Update to 1.30.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.30.0.
2019-06-30 17:06:42 +02:00
Ludovic Courtès
d9bbfe042e
Merge branch 'master' into core-updates
2019-06-13 13:24:35 +02:00
Marius Bakke
d3e3a6adcd
gnu: Remove libevent@2.0.
...
* gnu/packages/patches/libevent-2.0-CVE-2016-10195.patch,
gnu/packages/patches/libevent-2.0-CVE-2016-10196.patch,
gnu/packages/patches/libevent-2.0-CVE-2016-10197.patch,
gnu/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch,
gnu/packages/patches/libevent-dns-tests.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/libevent.scm (libevevent-2.0): Remove variable.
2019-06-03 22:28:48 +02:00
Marius Bakke
1f889a5902
gnu: libevent: Update home page.
...
* gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
2019-06-03 22:28:48 +02:00
Marius Bakke
f87a7cc60e
gnu: libev: Update to 4.25.
...
* gnu/packages/libevent.scm (libev): Update to 4.25.
2019-05-30 14:07:56 +02:00
Marius Bakke
7024846181
gnu: node: Update to 10.15.3.
...
* gnu/packages/libevent.scm (libuv-1.19): Remove variable.
* gnu/packages/node.scm (node): Update to 10.15.3.
[source]: Use XZ-compressed tarball.
[arguments]: Add #:test-target. Use DELETE-FILE instead of DELETE-IF-EXISTS.
Remove obsolete test deletions.
[inputs]: Change OPENSSL to OPENSSL-NEXT. Change LIBUV-1.19 to LIBUV.
(node-lts): Remove variable.
2019-05-26 19:48:39 +02:00
Marius Bakke
0d3dbe3f56
gnu: libevent: Update to 2.1.0.
...
* gnu/packages/patches/libevent-2.1-dns-tests.patch,
gnu/packages/patches/libevent-2.1-skip-failing-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/libevent.scm (libevent): Update to 2.1.10.
[source](patches): Remove.
2019-05-26 19:48:39 +02:00
Marius Bakke
91cf806425
gnu: libuv: Update to 1.29.1.
...
* gnu/packages/libevent.scm (libuv): Update to 1.29.1.
2019-05-25 00:47:54 +02:00
Marius Bakke
0a404bdb5e
gnu: libuv: Update to 1.28.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.28.0.
2019-05-02 00:38:53 +02:00
Marius Bakke
8c14f7f8a7
Merge branch 'staging' into core-updates
2019-03-23 23:16:55 +01:00
Marius Bakke
ca99dc174d
gnu: libuv: Update to 1.27.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.27.0.
2019-03-17 17:01:19 +01:00
Tobias Geerinckx-Rice
2c257dbfa5
gnu: perl-ev: Update to 4.25.
...
* gnu/packages/libevent.scm (perl-ev): Update to 4.25.
2019-03-16 23:32:44 +01:00
Marius Bakke
19008a22d1
Merge branch 'staging' into core-updates
2019-03-14 16:30:19 +01:00
Tobias Geerinckx-Rice
17ab1e43a6
gnu: perl-anyevent: Update to 7.15.
...
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.15.
2019-03-12 15:26:21 +01:00
Marius Bakke
0c5ddd40b1
gnu: libuv: Update to 1.26.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.26.0.
2019-02-10 21:15:43 +01:00
Ludovic Courtès
3e2d4e69c3
Merge branch 'master' into staging
2019-01-20 22:12:10 +01:00
Pierre Neidhardt
2c114220aa
gnu: Add perl-rpc-epc-service.
...
* gnu/packages/libevent.scm (perl-rpc-epc-service): New variable.
2019-01-17 12:20:54 +01:00
Marius Bakke
f9960e2558
gnu: libuv: Update to 1.24.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.24.0.
2018-12-12 20:49:14 +01:00
Marius Bakke
ffec356a29
gnu: node: Build against libuv@1.19.
...
* gnu/packages/libevent.scm (libuv-1.19): New public variable.
* gnu/packages/node.scm (node)[inputs]: Change LIBUV to LIBUV-1.19.
2018-09-26 01:17:10 +02:00