add missing packages

This commit is contained in:
Louis Abel 2024-04-11 11:07:09 -07:00
parent 55c4678121
commit 95fba9462f
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 3 additions and 0 deletions

View File

@ -137,11 +137,14 @@ additional_packages = [
"python3-tomli", "python3-tomli",
"gnome-shell-extension-custom-menu", "gnome-shell-extension-custom-menu",
"aspnetcore-runtime-8.0", "aspnetcore-runtime-8.0",
"aspnetcore-runtime-dbg-8.0",
"aspnetcore-targeting-pack-8.0", "aspnetcore-targeting-pack-8.0",
"dotnet-apphost-pack-8.0", "dotnet-apphost-pack-8.0",
"dotnet-hostfxr-8.0", "dotnet-hostfxr-8.0",
"dotnet-runtime-8.0", "dotnet-runtime-8.0",
"dotnet-runtime-dbg-8.0",
"dotnet-sdk-8.0", "dotnet-sdk-8.0",
"dotnet-sdk-dbg-8.0",
"dotnet-targeting-pack-8.0", "dotnet-targeting-pack-8.0",
"dotnet-templates-8.0", "dotnet-templates-8.0",
"evolution-data-server-ui", "evolution-data-server-ui",