Re: Configuration System's Handling of Missing Packages

2015-12-28 Thread Ricardo Wurmus
Keith Osterheld writes: > What's the difference between a package being downloaded into /gnu > instead of the system profile, and when should I use the package module > instead of installing it normally? To me it seems like the only reason > for using a package module is for easier deployment, i

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

Re: Configuration System's Handling of Missing Packages

2015-12-24 Thread 宋文武
Keith Osterheld writes: > 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? “(use-

Re: Configuration System's Handling of Missing Packages

2015-12-24 Thread Efraim Flashner
On Wed, 23 Dec 2015 21:08:40 -0800 Keith Osterheld wrote: > 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

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