materialize: enable all unix platforms
Until now, aarch64-darwin was excluded. However, the package seems to build fine there.
This commit is contained in:
@@ -189,11 +189,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://materialize.com";
|
||||
description = "Streaming SQL materialized view engine for real-time applications";
|
||||
license = lib.licenses.bsl11;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"x86_64-darwin"
|
||||
"aarch64-linux"
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ petrosagg ];
|
||||
mainProgram = "environmentd";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user