python3Packages.array-record: set meta.platforms as the wheel is x86_64-linux only
This commit is contained in:
@@ -39,5 +39,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/google/array_record";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ GaetanLepage ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user