openocd: enable strictDeps and structured attrs

which affects openocd-rp2040 as well.
This commit is contained in:
Burfeind, Jan-Niklas
2026-05-21 16:44:15 +02:00
parent 57b60da4ab
commit 5b265d330a
+3
View File
@@ -82,6 +82,9 @@ stdenv.mkDerivation (finalAttrs: {
ln -s "$rules" "$out/etc/udev/rules.d/"
'';
__structuredAttrs = true;
strictDeps = true;
meta = {
description = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing";
mainProgram = "openocd";