fedostree/products: Add @standard to workstation groups

Otherwise we have a system without "less", which is hardly a
workstation.
This commit is contained in:
Colin Walters 2014-01-21 16:30:00 +00:00
parent 554eac56df
commit d2d70b9154

View File

@ -31,9 +31,9 @@
}, },
"workstation": "workstation":
{ {
"gnome/core": { "packages": ["@gnome-desktop"] }, "gnome/core": { "packages": ["@standard", "@gnome-desktop"] },
"gnome/basic": { "packages": ["@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice"] }, "gnome/basic": { "packages": ["@standard", "@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice"] },
"gnome/development+virt": { "packages": ["@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice", "@virtualization", "@development-tools"] } "gnome/development-virt": { "packages": ["@standard", "@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice", "@virtualization", "@development-tools"] }
} }
} }
} }