From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etgUm-00058J-Ol for guix-patches@gnu.org; Wed, 07 Mar 2018 16:21:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etgUh-0000Jr-OC for guix-patches@gnu.org; Wed, 07 Mar 2018 16:21:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42005) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etgUh-0000Jn-JP for guix-patches@gnu.org; Wed, 07 Mar 2018 16:21:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etgUh-0001jR-DB for guix-patches@gnu.org; Wed, 07 Mar 2018 16:21:03 -0500 Subject: [bug#30734] [PATCH core-updates 1/3] gnu: util-linux: Don't build 'nologin'. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180306165438.4306-1-mbakke@fastmail.com> <20180306165642.4486-1-mbakke@fastmail.com> Date: Wed, 07 Mar 2018 22:19:56 +0100 In-Reply-To: <20180306165642.4486-1-mbakke@fastmail.com> (Marius Bakke's message of "Tue, 6 Mar 2018 17:56:40 +0100") Message-ID: <87vae7poqr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Marius Bakke Cc: 30734@debbugs.gnu.org Marius Bakke skribis: > * gnu/packages/linux.scm (util-linux)[source](snippet): Add substitution. LGTM! Ludo'.