From 72c24ec5566e23a40f9b278f645684db17abc2d4 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Sat, 21 Feb 2026 22:57:52 +0100 Subject: [PATCH] adapt Makefile to install nph v0.7.0 through nimble --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6e6ed507a..f4adbedff 100644 --- a/Makefile +++ b/Makefile @@ -256,12 +256,9 @@ networkmonitor: | build librln .PHONY: build-nph install-nph clean-nph print-nph-path build-nph: | build deps -ifeq ("$(wildcard $(NPH))","") - nimble install nph -y + nimble install nph@0.7.0 -y + cp ./nimbledeps/bin/nph ~/.nimble/bin/ echo "nph utility is available" -else - echo "nph utility already exists at " $(NPH) -endif GIT_PRE_COMMIT_HOOK := .git/hooks/pre-commit