From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbYrC-0005Au-NT for guix-patches@gnu.org; Sat, 29 Jul 2017 17:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbYr8-0001e9-Ty for guix-patches@gnu.org; Sat, 29 Jul 2017 17:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58974) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbYr8-0001e1-QQ for guix-patches@gnu.org; Sat, 29 Jul 2017 17:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dbYr8-00030D-GX for guix-patches@gnu.org; Sat, 29 Jul 2017 17:01:02 -0400 Subject: [bug#27461] [PATCH v2 1/2] gnu: Add z3. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <8760enxy1o.fsf@gnu.org> <20170725161113.26165-1-theodoros.for@openmailbox.org> Date: Sat, 29 Jul 2017 22:59:56 +0200 In-Reply-To: <20170725161113.26165-1-theodoros.for@openmailbox.org> (Theodoros Foradis's message of "Tue, 25 Jul 2017 19:11:12 +0300") Message-ID: <87inibgdrn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Theodoros Foradis Cc: 27461@debbugs.gnu.org Hi Theodoros, Theodoros Foradis skribis: > * gnu/packages/maths.scm (z3): New variable. > * gnu/packages/fpga.scm (yosys): Add z3 to propagated-inputs. I splitted it into two patches (because these two things are unrelated), slightly expounded the z3 description, and committed. Thanks, Ludo=E2=80=99.