mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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:
parent
54ff6977e8
commit
966c0d2ac4
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user