From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 4/5] install: Extract procedure: install-grub-config. Date: Mon, 7 Nov 2016 11:32:51 +0100 Message-ID: <20161107113251.295aad4f@scratchpost.org> References: <87d1ihscmr.fsf@gnu.org> <20161102054815.11253-1-cmmarusich@gmail.com> <20161102054815.11253-5-cmmarusich@gmail.com> <20161106220001.1ca62b07@scratchpost.org> <87wpggnkrk.fsf@gmail.com> 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]:60147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3hEd-00046d-Ib for guix-devel@gnu.org; Mon, 07 Nov 2016 05:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3hEY-0008Ub-NQ for guix-devel@gnu.org; Mon, 07 Nov 2016 05:33:03 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:55055) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3hEY-0008U3-Hk for guix-devel@gnu.org; Mon, 07 Nov 2016 05:32:58 -0500 In-Reply-To: <87wpggnkrk.fsf@gmail.com> 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" To: Chris Marusich Cc: guix-devel@gnu.org Hi Chris, > Hope that helps! Yeah, thank you! (I think it would be a lot less confusing to just pass (derivation->output-path grub) to (install-grub* ...) as well instead of that O_o)