From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 05/05: gnu: prosody: Don't generate example SSL certificates. Date: Thu, 15 Sep 2016 23:59:15 -0400 Message-ID: <20160916035915.GA8191@jasmine> References: <20160916000517.21618.64413@vcs.savannah.gnu.org> <20160916000518.1FAED220166@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkkJL-0007Qw-Nx for guix-devel@gnu.org; Thu, 15 Sep 2016 23:59:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkkJI-0000of-LJ for guix-devel@gnu.org; Thu, 15 Sep 2016 23:59:35 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:37741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkkJF-0000eh-Nl for guix-devel@gnu.org; Thu, 15 Sep 2016 23:59:32 -0400 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id E8C24CCE9E for ; Thu, 15 Sep 2016 23:59:16 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20160916000518.1FAED220166@vcs.savannah.gnu.org> 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: guix-devel@gnu.org On Fri, Sep 16, 2016 at 12:05:18AM +0000, Tobias Geerinckx-Rice wrote: > nckx pushed a commit to branch master > in repository guix. > > commit 7f39e131805857614a171b51cbf432b4285ba1e6 > Author: Tobias Geerinckx-Rice > Date: Fri Sep 16 01:44:24 2016 +0200 > > gnu: prosody: Don't generate example SSL certificates. > > They are non-deterministic and of questionable utility. > > * gnu/packages/messaging.scm (prosody)[arguments]: Add #:configure-flags. Good catch!