diff options
author | Jelle Licht <jlicht@fsfe.org> | 2017-12-24 22:58:00 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2017-12-25 00:15:18 +0100 |
commit | 80f642acd48831b3459c99b53c23bbab462ed0e4 (patch) | |
tree | b93b974c5a2340ab4f9491978f26efb02d870d50 /gnu/local.mk | |
parent | f76fc968669721e3baa6a0662da8e9e9f5da66cf (diff) | |
download | patches-80f642acd48831b3459c99b53c23bbab462ed0e4.tar patches-80f642acd48831b3459c99b53c23bbab462ed0e4.tar.gz |
gnu: node: Update to 9.3.0.
* gnu/packages/patches/node-test-http2-server-rst-stream.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/node.scm (node): Update to 9.3.0.
[source]: Remove 'node-test-http2-server-rst-stream.patch'.
[arguments]: Remove all tests that depend on eslint being available. Re-enable
fixed test.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index fbc5f52c9c..514daec1c5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -889,7 +889,6 @@ dist_patch_DATA = \ %D%/packages/patches/newsbeuter-CVE-2017-14500.patch \ %D%/packages/patches/ngircd-handle-zombies.patch \ %D%/packages/patches/ninja-zero-mtime.patch \ - %D%/packages/patches/node-test-http2-server-rst-stream.patch \ %D%/packages/patches/nss-increase-test-timeout.patch \ %D%/packages/patches/nss-pkgconfig.patch \ %D%/packages/patches/nvi-assume-preserve-path.patch \ |