From 4c2690d51ff42d89fa41f57da6e1591fa9ca0946 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Sun, 7 Jun 2026 10:17:01 +0200 Subject: [PATCH 1/2] 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) ]; From bbaa619208a42af7785f6441efcc8bd03d5dca03 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Sun, 7 Jun 2026 10:26:55 +0200 Subject: [PATCH 2/2] openthread-border-router: remove boost Upstream is no longer using boost. --- pkgs/by-name/op/openthread-border-router/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/op/openthread-border-router/package.nix b/pkgs/by-name/op/openthread-border-router/package.nix index 7a6a1fa571d5..5f968dc5d0c8 100644 --- a/pkgs/by-name/op/openthread-border-router/package.nix +++ b/pkgs/by-name/op/openthread-border-router/package.nix @@ -8,7 +8,6 @@ dbus, protobuf, jsoncpp, - boost, nodejs, cjson, bashNonInteractive, @@ -60,7 +59,6 @@ stdenv.mkDerivation { systemdLibs protobuf jsoncpp - boost dbus cjson (lib.getBin bashNonInteractive)