From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: DMD Date: Tue, 26 Jul 2016 22:51:36 +0200 Message-ID: <20160726205136.GA14207@solar> References: <20160725215327.GA16068@solar> <87mvl4d8up.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS9KL-0007z0-2L for guix-devel@gnu.org; Tue, 26 Jul 2016 16:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS9KG-0004pT-5e for guix-devel@gnu.org; Tue, 26 Jul 2016 16:51:44 -0400 Received: from mailrelay1.public.one.com ([91.198.169.124]:62792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS9KF-0004pG-P2 for guix-devel@gnu.org; Tue, 26 Jul 2016 16:51:40 -0400 Content-Disposition: inline In-Reply-To: <87mvl4d8up.fsf@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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Jul 26, 2016 at 11:52:46AM +0200, Ludovic Courtès wrote: > > I just noticed that we still have a dmd package (that does not build on arm). > > Should we not drop it now that we have the shepherd? > Yes, please do. Done in commit d3896fc4ce46e26f2ff7e633344fe38e044023f3. Andreas