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-22 16:04:52 -04:00
parent 54ff6977e8
commit 966c0d2ac4
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

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;
};
}