From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#25917: [PATCH] file-systems: Factorize file-system-packages. Date: Sat, 18 Mar 2017 10:42:33 +0100 Message-ID: <20170318104233.4b2612cc@scratchpost.org> References: <20170316174029.1663-1-dannym@scratchpost.org> <87efxwi8av.fsf@gnu.org> 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]:37074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpAt7-0002Xa-Ha for bug-guix@gnu.org; Sat, 18 Mar 2017 05:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpAt4-0004b5-Ey for bug-guix@gnu.org; Sat, 18 Mar 2017 05:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35053) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cpAt4-0004ay-Aj for bug-guix@gnu.org; Sat, 18 Mar 2017 05:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cpAt4-0003o6-4Z for bug-guix@gnu.org; Sat, 18 Mar 2017 05:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efxwi8av.fsf@gnu.org> 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" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 25917@debbugs.gnu.org > > * gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to ... > > * gnu/system/file-systems.scm (file-system-packages): ... here. > > Also export it. Pushed those to master as 7208995426714c9fc3ad59cadc3cc0f52df0f018. > > * gnu/services/base.scm (file-system-shepherd-service): Set PATH by using > > file-system-packages. Will post these to the bugreport first. It also requires a change in guix/build/utils.scm in order for it not to drop the existing search path.