forked from mirrors/nixpkgs
pythonPackages.smbus-cffi: Set platform to linux only
This commit is contained in:
parent
57e4280160
commit
75eb14b8d0
|
@ -42,5 +42,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/bivab/smbus-cffi";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ mic92 ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue