From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] gnu: Separate util-linux into three packages. Date: Sat, 12 Nov 2016 15:53:59 +0100 Message-ID: <87wpg8lpfc.fsf@gnu.org> References: <1478812461-18483-1-git-send-email-jmd@gnu.org> 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]:41162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5Zgz-0005fH-QY for guix-devel@gnu.org; Sat, 12 Nov 2016 09:54:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5Zgw-0006zU-QL for guix-devel@gnu.org; Sat, 12 Nov 2016 09:54:05 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5Zgw-0006zQ-Mi for guix-devel@gnu.org; Sat, 12 Nov 2016 09:54:02 -0500 In-Reply-To: <1478812461-18483-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Thu, 10 Nov 2016 22:14:18 +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" To: John Darrington Cc: guix-devel@gnu.org Hi! John Darrington skribis: > * gnu/packages/linux.scm (util-linux/base): New variable, > (util-linux/mount): New variable, (util-linux) Refine > inheriting from util-linux/base. Do I get it right that these changes aim to make =E2=80=98mount -t nfs=E2= =80=99 work? That is, to allow =E2=80=98mount=E2=80=99 to find the =E2=80=98mount.nfs=E2= =80=99(?) program. If so, would it work to just do: "--enable-fs-paths-default=3D/run/current-system/profile/sbin" ? That would only work on GuixSD, but Guix=E2=80=99s =E2=80=98mount=E2=80=99 = is certainly not very useful on foreign distros. Thanks, Ludo=E2=80=99.