From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Need of daemon for "guix package" subcommands Date: Thu, 13 Jun 2013 19:14:38 +0200 Message-ID: <201306131914.38521.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnB6l-00034M-8k for bug-guix@gnu.org; Thu, 13 Jun 2013 13:14:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnB6i-00022O-RS for bug-guix@gnu.org; Thu, 13 Jun 2013 13:14:47 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:61018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnB6i-000228-ID for bug-guix@gnu.org; Thu, 13 Jun 2013 13:14:44 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org I noticed that guix package --roll-back does not work without a daemon running. Could this be changed? guix package -I does not need the daemon. Andreas