3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.smbus-cffi: Set platform to linux only

This commit is contained in:
Sandro Jäckel 2021-01-06 00:16:00 +01:00
parent 57e4280160
commit 75eb14b8d0
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -42,5 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/bivab/smbus-cffi";
license = licenses.gpl2;
maintainers = with maintainers; [ mic92 ];
platforms = platforms.linux;
};
}