From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d63xC-0005Fi-VC for guix-patches@gnu.org; Wed, 03 May 2017 19:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d63x9-0005mv-1K for guix-patches@gnu.org; Wed, 03 May 2017 19:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55163) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d63x8-0005mm-UE for guix-patches@gnu.org; Wed, 03 May 2017 19:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d63x8-0000Qh-LW for guix-patches@gnu.org; Wed, 03 May 2017 19:45:02 -0400 Subject: bug#26768: [PATCH] gnu: openssh: groff is a native-input. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d63wM-0004nT-Nj for guix-patches@gnu.org; Wed, 03 May 2017 19:44:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d63wI-0005Nq-R6 for guix-patches@gnu.org; Wed, 03 May 2017 19:44:14 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:43777) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d63wH-0005N4-RL for guix-patches@gnu.org; Wed, 03 May 2017 19:44:10 -0400 Received: from localhost.localdomain (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id C21E02415E for ; Wed, 3 May 2017 19:44:08 -0400 (EDT) From: Leo Famulari Date: Wed, 3 May 2017 19:43:59 -0400 Message-Id: <7d44d15699b9fa3bad8e9de16a6106d0ddff7d6b.1493855039.git.leo@famulari.name> 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: 26768@debbugs.gnu.org * gnu/packages/ssh.scm (openssh)[inputs]: Move groff ... [native-inputs]: ... here. --- gnu/packages/ssh.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 135083ad2..2a190a57d 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -135,8 +135,8 @@ a server that supports the SSH-2 protocol.") (sha256 (base32 "1w7rb5gbrikxdkp8w7zxnci4549gk4bw1lml01s59w5rzb2y6ilq")))) (build-system gnu-build-system) - (inputs `(("groff" ,groff) - ("openssl" ,openssl) + (native-inputs `(("groff" ,groff))) + (inputs `(("openssl" ,openssl) ("pam" ,linux-pam) ("mit-krb5" ,mit-krb5) ("zlib" ,zlib) -- 2.12.2