From patchwork Thu Nov 10 21:14:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Darrington X-Patchwork-Id: 17381 Received: (qmail 86771 invoked by uid 89); 10 Nov 2016 21:14:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy= X-Spam-Status: No, score=-4.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Nov 2016 21:14:46 +0000 Received: from localhost ([::1]:49383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4wgG-0003HM-Gc for patchwork@sourceware.org; Thu, 10 Nov 2016 16:14:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4wg9-0003Fy-Rp for guix-devel@gnu.org; Thu, 10 Nov 2016 16:14:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4wg4-0003fm-Qu for guix-devel@gnu.org; Thu, 10 Nov 2016 16:14:37 -0500 Received: from de.cellform.com ([88.217.224.109]:57983 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4wg4-0003c7-Jd; Thu, 10 Nov 2016 16:14:32 -0500 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id uAALEOjT018532 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 10 Nov 2016 22:14:24 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id uAALEOVA018531; Thu, 10 Nov 2016 22:14:24 +0100 From: John Darrington To: guix-devel@gnu.org Subject: [PATCH 2/4] gnu: nfs-utils: Change input from util-linux to util-linux/mount. Date: Thu, 10 Nov 2016 22:14:19 +0100 Message-Id: <1478812461-18483-2-git-send-email-jmd@gnu.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1478812461-18483-1-git-send-email-jmd@gnu.org> References: <1478812461-18483-1-git-send-email-jmd@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 88.217.224.109 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: John Darrington Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" * gnu/packages/nfs.scm (inputs): Remove util-linux, Add util-linux/mount. --- gnu/packages/nfs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm index 650a2af..761b19c 100644 --- a/gnu/packages/nfs.scm +++ b/gnu/packages/nfs.scm @@ -99,7 +99,7 @@ ("sqlite" ,sqlite) ("lvm2" ,lvm2) ("gss" ,gss) - ("util-linux" ,util-linux) + ("util-linux" ,util-linux/mount) ("mit-krb5" ,mit-krb5) ("libtirpc" ,libtirpc))) (native-inputs