vesktop: better specify platforms
these are platforms we plan to support for now and can test, though some others such as i686-linux could also be supported in the future
This commit is contained in:
@@ -139,7 +139,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Vencord/Vesktop";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ getchoo Scrumplex vgskye ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||
mainProgram = "vencorddesktop";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user