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";
|
homepage = "https://github.com/bivab/smbus-cffi";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ mic92 ];
|
maintainers = with maintainers; [ mic92 ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user