From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27811: net-tools patch has no effect? Date: Tue, 25 Jul 2017 23:30:50 +0200 Message-ID: <87fudkb3w5.fsf@gnu.org> References: <20170725041225.GA31642@jasmine.lan> <20170725045947.GA531@jasmine.lan> <87shhkncq3.fsf@gnu.org> <20170725175202.GA27528@jasmine.lan> <20170725180335.GA8448@jasmine.lan> <20170725180808.GA12389@jasmine.lan> 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]:50937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1da7Qz-0006Qu-9T for bug-guix@gnu.org; Tue, 25 Jul 2017 17:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1da7Qw-0006cM-64 for bug-guix@gnu.org; Tue, 25 Jul 2017 17:32:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1da7Qw-0006cE-2M for bug-guix@gnu.org; Tue, 25 Jul 2017 17:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1da7Qv-0005Ze-Ri for bug-guix@gnu.org; Tue, 25 Jul 2017 17:32:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170725180808.GA12389@jasmine.lan> (Leo Famulari's message of "Tue, 25 Jul 2017 14:08:08 -0400") 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: Leo Famulari Cc: 27811@debbugs.gnu.org Leo Famulari skribis: > On Tue, Jul 25, 2017 at 02:03:35PM -0400, Leo Famulari wrote: >> On Tue, Jul 25, 2017 at 01:52:02PM -0400, Leo Famulari wrote: >> > Is this the right way to create the test-only package variant for now? >>=20 >> I was reminded of the hidden-package procedure. I'll try rewriting this >> change using it. > > I think the order of package inheritance between net-tools and > net-tools-for-tests is the opposite of what's needed for hidden-package. > I'll add a note about using hidden-package in the next core-updates > cycle. =E2=80=98hidden-package=E2=80=99 simply adds a =E2=80=98properties=E2=80=99= field; you could do that =E2=80=9Cby hand=E2=80=9D and make the property list of =E2=80=98net-tools=E2=80=99 emp= ty. Ludo=E2=80=99.