mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:17:35 +00:00
nrfutil: mark broken
This commit is contained in:
parent
85a633de9f
commit
8915e6ca95
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user