Merge pull request #165837 from SuperSandro2000/nrfutil

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