openthread-border-router: build with nixpkgs cjson

Upstream added an option for using a system provided copy of cjson.
This commit is contained in:
Marie Ramlow
2026-06-07 10:21:36 +02:00
parent 7b40b38127
commit 4c2690d51f
@@ -10,6 +10,7 @@
jsoncpp,
boost,
nodejs,
cjson,
bashNonInteractive,
buildNpmPackage,
}:
@@ -61,6 +62,7 @@ stdenv.mkDerivation {
jsoncpp
boost
dbus
cjson
(lib.getBin bashNonInteractive)
];