Re: Configuration System's Handling of Missing Packages

2015-12-26 Thread Keith Osterheld
Thanks for the help! I have another question now. > “(use-package-modules xfce)” is same as “(use-modules gnu packages xfce)”, > it only make the ‘xfce’ module avaliable (like ‘import’ or ‘require’), > but to actually use the 'xfce' package (exported by the ‘xfce’ module), > you need to add it to

Configuration System's Handling of Missing Packages

2015-12-24 Thread Keith Osterheld
Hi, How does the configuration system handle references to packages that aren't installed? For example, if I add (use-package-modules xfce) to my config file but I don't have xfce installed, will guix automatically install it, or will it throw errors? Keith