nrfutil: mark broken

This commit is contained in:
Sandro 2022-03-26 13:10:37 +01:00 committed by GitHub
parent 85a633de9f
commit 8915e6ca95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}