mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
pythonPackages.BlinkStick: fix brokenness
This commit is contained in:
parent
53b618105d
commit
a45f203366
@ -26255,6 +26255,8 @@ in modules // {
|
||||
# Likely current pyusb will work but we need to patch the hard requirement then.
|
||||
broken = true;
|
||||
|
||||
patchPhase = "substituteInPlace setup.py --replace pyusb==1.0.0b1 pyusb==1.0.0";
|
||||
|
||||
propagatedBuildInputs = with self; [ pyusb ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user