From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49731) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0VbD-0005sr-Bg for guix-patches@gnu.org; Sat, 08 Feb 2020 14:17:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0VbC-0006S9-Iy for guix-patches@gnu.org; Sat, 08 Feb 2020 14:17:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45849) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0VbB-0006Q5-Tz for guix-patches@gnu.org; Sat, 08 Feb 2020 14:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0VbB-0004Vp-PC for guix-patches@gnu.org; Sat, 08 Feb 2020 14:17:01 -0500 Subject: [bug#39300] [PATCH] gnu: Add mscgen. Resent-Message-ID: References: <20200126213324.71821-1-krotov@iitp.ru> <20200207234359.GA12194@jasmine.lan> From: Alexander Krotov Message-ID: Date: Sat, 8 Feb 2020 22:09:07 +0300 MIME-Version: 1.0 In-Reply-To: <20200207234359.GA12194@jasmine.lan> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Leo Famulari Cc: 39300@debbugs.gnu.org >> +(define-module (gnu packages mscgen) > > Do you think that it would fit in (gnu packages graph)? Yes, feel free to place it there.