Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions pkgs/by-name/no/nodehun/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
buildNpmPackage,
cctools,
fetchFromGitHub,
fetchpatch,
lib,
node-gyp,
nodejs,
Expand All @@ -21,16 +22,14 @@ buildNpmPackage {
};

patches = [
# Remove the dependency on "nodemon", which is only needed for interactive
# development. This package depends on fsevents on macOS, which has
# repeatedly caused build problems. This patch is generated by checking out
# the upstream source and removing the "nodemon" line, and then running
#
# npm install --lockfile-version 1
./remove-nodemon.patch
(fetchpatch {
name = "remove-nodemon.patch";
url = "https://github.com/Wulf/nodehun/commit/63ab4e441b0864f0bf2fb257a108d9b029a7ae9e.patch?full_index=1";
hash = "sha256-gR4GThzb92Rw5W5Nrb6lM3pwg3dh0JgV2au//clom7g=";
})
];

npmDepsHash = "sha256-GyNUPgLJhdjzbIpld916/l8durIw0aQRHojjSmGgEJE=";
npmDepsHash = "sha256-Dju67cL5/Q5TcStvON5Kfx9rDX61ClhBwIXVacWDnUc=";
nativeBuildInputs = [
node-gyp
python3
Expand Down
Loading
Loading