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:
seth
2023-10-25 10:36:33 -04:00
parent 9d65f633bf
commit 54ff6977e8
+1 -1
View File
@@ -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";
};
}