1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00
nixpkgs/pkgs/servers/web-apps/codimd
Maximilian Bosch ba307dd176
codimd: fix build
This package broke during the update of `nodejs-10_x` to `v10.17.0`[1]
since `node-gyp` got updated from `3.8.0` to `5.0.3` during the NPM
update to `6.10.2`[2] which is bundled in the `nodejs` release tarball.

This `node-gyp`-version is used by the build script for `codimd` to
build several dependencies such as `node-sqlite3`. Older `node-gyp`
versions expected source headers for the compilation in `~/.node-gyp`,
with `node-gyp@5.0.3`, headers are declared by using the `--nodedir`
option.

[1] 7785f49b23
[2] e2291cf805
2019-11-23 00:40:58 +01:00
..
default.nix codimd: fix build 2019-11-23 00:40:58 +01:00
package.json codimd: 1.4.0 -> 1.5.0 2019-08-16 11:17:14 +02:00
yarn.lock codimd: 1.4.0 -> 1.5.0 2019-08-16 11:17:14 +02:00
yarn.nix codimd: 1.4.0 -> 1.5.0 2019-08-16 11:17:14 +02:00