rustdesk: mark darwin bad platforms

Requires some more work to support darwin, marking as a bad platform,
for now.
This commit is contained in:
Austin Horstman
2024-10-22 11:42:02 -05:00
parent 2e30c26027
commit 2cf171f9fc
+1
View File
@@ -189,5 +189,6 @@ rustPlatform.buildRustPackage rec {
leixb
];
mainProgram = "rustdesk";
badPlatforms = lib.platforms.darwin;
};
}