openthread-border-router: build with nixpkgs cjson
Upstream added an option for using a system provided copy of cjson.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
jsoncpp,
|
||||
boost,
|
||||
nodejs,
|
||||
cjson,
|
||||
bashNonInteractive,
|
||||
buildNpmPackage,
|
||||
}:
|
||||
@@ -61,6 +62,7 @@ stdenv.mkDerivation {
|
||||
jsoncpp
|
||||
boost
|
||||
dbus
|
||||
cjson
|
||||
(lib.getBin bashNonInteractive)
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user