Merge pull request #165837 from SuperSandro2000/nrfutil

This commit is contained in:
Sandro 2022-03-26 13:44:31 +01:00 committed by GitHub
commit 1d5c9053d1
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;
};
}