python3Packages.spidev: set platforms to linux only (#122091)
The module interfaces with the linux kernel and its sysfs, so it is unsupported on anything but Linux.
This commit is contained in:
parent
3c83aecc60
commit
dfaca8a8ac
|
@ -19,6 +19,7 @@ buildPythonPackage rec {
|
|||
description = "Python bindings for Linux SPI access through spidev";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue