From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Making /dev/kvm optional Date: Sun, 23 Mar 2014 21:19:45 +0100 Message-ID: <87r45ssm5a.fsf@gnu.org> References: <87d2hf4spu.fsf@gnu.org> <87r45uxqj5.fsf@gnu.org> <20140323105703.GA18666@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRos5-00065O-1N for guix-devel@gnu.org; Sun, 23 Mar 2014 16:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRos0-0005jr-Aw for guix-devel@gnu.org; Sun, 23 Mar 2014 16:19:52 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:45499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRos0-0005jX-3m for guix-devel@gnu.org; Sun, 23 Mar 2014 16:19:48 -0400 In-Reply-To: <20140323105703.GA18666@debian> (Andreas Enge's message of "Sun, 23 Mar 2014 11:57:03 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel Andreas Enge skribis: > On Sat, Mar 22, 2014 at 03:21:34PM +0100, Ludovic Court=C3=A8s wrote: >> > The patch below restricts that requirement (1) to Linux-based systems, >> > and (2) to systems where /dev/kvm already exists. >> The patch is in: >> https://github.com/NixOS/nix/commit/24cb65efc3c34e24fc653779a4d42cf4f3= 1c6737 > > Can we rapidly apply it to the guix daemon? It=E2=80=99s already applied. So: git pull && (cd nix ; ./sync-with-upstream) Ludo=E2=80=99.