From 8915e6ca95ad5d6d251325fdadc4dbfeacb96b27 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 26 Mar 2022 13:10:37 +0100 Subject: [PATCH] nrfutil: mark broken --- pkgs/development/tools/misc/nrfutil/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/tools/misc/nrfutil/default.nix b/pkgs/development/tools/misc/nrfutil/default.nix index 848afb5b2ca8..7ffd92451bf5 100644 --- a/pkgs/development/tools/misc/nrfutil/default.nix +++ b/pkgs/development/tools/misc/nrfutil/default.nix @@ -68,5 +68,7 @@ buildPythonApplication rec { license = licenses.unfreeRedistributable; platforms = platforms.unix; maintainers = with maintainers; [ gebner ]; + # libusb1 1.9.3 uses setuptools' 2to3 translation feature, which has been removed in setuptools 58 + broken = true; }; }