about summary refs log tree commit diff
path: root/pkgs/by-name/ve
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-10-22 16:04:52 -0400
committerseth <getchoo@tuta.io>2023-10-25 10:36:33 -0400
commit966c0d2ac42ea3b8df9062549d9bee94aebfafd7 (patch)
tree290d1e9aad3aa638b950a7e301f328c50b04c1e8 /pkgs/by-name/ve
parent54ff6977e8a72bcb22128e1ba279c9efebbec1e0 (diff)
vesktop: mark aarch64-linux as broken
while the package builds and mostly functions, venmic does not. this
  will be resolved in a future PR.
Diffstat (limited to 'pkgs/by-name/ve')
-rw-r--r--pkgs/by-name/ve/vesktop/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/ve/vesktop/package.nix b/pkgs/by-name/ve/vesktop/package.nix
index dae604d230542..90ec3dd0e44da 100644
--- a/pkgs/by-name/ve/vesktop/package.nix
+++ b/pkgs/by-name/ve/vesktop/package.nix
@@ -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;
   };
 }