From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/3] gnu: nss-certs: Stop inheriting from nss package. Date: Mon, 18 Jul 2016 12:39:27 -0400 Message-ID: <20160718163927.GA2347@jasmine> References: <20160718115941.17707-1-ricardo.wurmus@mdc-berlin.de> <20160718115941.17707-2-ricardo.wurmus@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBa6-0003XX-MH for guix-devel@gnu.org; Mon, 18 Jul 2016 12:39:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPBa0-0006KU-Ab for guix-devel@gnu.org; Mon, 18 Jul 2016 12:39:45 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:46321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBZy-0006Hv-8b for guix-devel@gnu.org; Mon, 18 Jul 2016 12:39:40 -0400 Content-Disposition: inline In-Reply-To: <20160718115941.17707-2-ricardo.wurmus@mdc-berlin.de> 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: Ricardo Wurmus Cc: guix-devel@gnu.org On Mon, Jul 18, 2016 at 01:59:39PM +0200, Ricardo Wurmus wrote: > * gnu/packages/certs.scm (nss-certs): Stop inheriting from nss package. Why do we want to do this? It appears to me that the resulting package would be the same. Is there a plan to let the versions diverge in the future? > +;;; Copyright © 2016 Ludovic Courtès Is this intentional?