From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czNr0-00072H-3U for guix-patches@gnu.org; Sat, 15 Apr 2017 09:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czNqx-0006PH-0j for guix-patches@gnu.org; Sat, 15 Apr 2017 09:35:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49816) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czNqw-0006Ow-TN for guix-patches@gnu.org; Sat, 15 Apr 2017 09:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czNqw-0006rR-BR for guix-patches@gnu.org; Sat, 15 Apr 2017 09:35:02 -0400 Subject: bug#26339: [PATCH 08/18] bootloader: Stop using grub module. Resent-Message-ID: Date: Sat, 15 Apr 2017 15:33:58 +0200 From: Danny Milosavljevic Message-ID: <20170415153358.3bb2d178@scratchpost.org> In-Reply-To: <20170402135242.2958-8-m.othacehe@gmail.com> References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-8-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 26339@debbugs.gnu.org > diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm > index cdc579123..0e98a128c 100644 > --- a/gnu/tests/web.scm > +++ b/gnu/tests/web.scm > @@ -1,5 +1,6 @@ > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright =C2=A9 2017 Ludovic Court=C3=A8s > +;;; Copyright =C2=A9 2017 Mathieu Othacehe > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -19,7 +20,6 @@ > (define-module (gnu tests web) > #:use-module (gnu tests) > #:use-module (gnu system) > - #:use-module (gnu system grub) > #:use-module (gnu system file-systems) > #:use-module (gnu system shadow) > #:use-module (gnu system vm) Applied only this chunk as 99828febe05663c5d93dc52594eab28c6a1fe3d8 to mast= er.