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.
|
# Likely current pyusb will work but we need to patch the hard requirement then.
|
||||||
broken = true;
|
broken = true;
|
||||||
|
|
||||||
|
patchPhase = "substituteInPlace setup.py --replace pyusb==1.0.0b1 pyusb==1.0.0";
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pyusb ];
|
propagatedBuildInputs = with self; [ pyusb ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user