pythonPackages.BlinkStick: fix brokenness

This commit is contained in:
Michiel Leenaars 2016-08-20 23:43:15 +02:00
parent 53b618105d
commit a45f203366

View File

@ -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 = {