[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27852] [PATCH] gnu: node: Update to 8.2.1.
From: |
Ludovic Courtès |
Subject: |
[bug#27852] [PATCH] gnu: node: Update to 8.2.1. |
Date: |
Fri, 28 Jul 2017 21:40:17 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Jelle Licht <address@hidden> skribis:
> From f88297638a82858dff61176f646cdc4ddca748cf Mon Sep 17 00:00:00 2001
> From: Jelle Licht <address@hidden>
> Date: Thu, 27 Jul 2017 17:11:08 +0200
> Subject: [PATCH] gnu: node: Update to 8.2.1.
>
> * gnu/packages/node.scm (node): Update to 8.2.1.
> (node)[arguments]: Removed broken linter test.
LGTM!
> - ;; Having the build fail because of linter errors is insane!
> + ;; Linting is no longer supported in the release tarball
> (substitute* '("Makefile")
> - ((" \\$\\(MAKE\\) jslint") "")
> - ((" \\$\\(MAKE\\) cpplint\n") ""))
> + ((" \\$\\(MAKE\\) lint") ""))
Maybe add a link to <https://github.com/nodejs/node/issues/14513> for
future reference?
Thanks,
Ludo’.