From 4c2690d51ff42d89fa41f57da6e1591fa9ca0946 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Sun, 7 Jun 2026 10:17:01 +0200 Subject: [PATCH] openthread-border-router: build with nixpkgs cjson Upstream added an option for using a system provided copy of cjson. --- pkgs/by-name/op/openthread-border-router/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/op/openthread-border-router/package.nix b/pkgs/by-name/op/openthread-border-router/package.nix index edd4d40fd262..7a6a1fa571d5 100644 --- a/pkgs/by-name/op/openthread-border-router/package.nix +++ b/pkgs/by-name/op/openthread-border-router/package.nix @@ -10,6 +10,7 @@ jsoncpp, boost, nodejs, + cjson, bashNonInteractive, buildNpmPackage, }: @@ -61,6 +62,7 @@ stdenv.mkDerivation { jsoncpp boost dbus + cjson (lib.getBin bashNonInteractive) ];