vesktop: mark aarch64-linux as broken

while the package builds and mostly functions, venmic does not. this
  will be resolved in a future PR.
This commit is contained in:
seth
2023-10-25 10:36:33 -04:00
parent 54ff6977e8
commit 966c0d2ac4
+1
View File
@@ -141,5 +141,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ getchoo Scrumplex vgskye ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
mainProgram = "vencorddesktop";
broken = stdenv.hostPlatform.isAarch64;
};
}