materialize: enable all unix platforms

Until now, aarch64-darwin was excluded.
However, the package seems to build fine there.
This commit is contained in:
Gaetan Lepage
2024-12-07 12:39:23 +01:00
parent 14944e93bf
commit 1137de9dc3
+1 -5
View File
@@ -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";
};