From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Osterheld Subject: Configuration System's Handling of Missing Packages Date: Wed, 23 Dec 2015 21:08:40 -0800 Message-ID: <87d1twsa22.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aByE6-0007sQ-MC for help-guix@gnu.org; Thu, 24 Dec 2015 00:14:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aByE1-00056d-Nj for help-guix@gnu.org; Thu, 24 Dec 2015 00:14:10 -0500 Received: from smtp23.openmailbox.org ([62.4.1.57]:34370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aByE1-00056V-Eo for help-guix@gnu.org; Thu, 24 Dec 2015 00:14:05 -0500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: help-guix@gnu.org 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