From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxY4r-0005e0-NI for guix-patches@gnu.org; Thu, 28 Sep 2017 08:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxY4o-0003mO-KV for guix-patches@gnu.org; Thu, 28 Sep 2017 08:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55639) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxY4o-0003mK-GZ for guix-patches@gnu.org; Thu, 28 Sep 2017 08:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxY4o-0006HP-7z for guix-patches@gnu.org; Thu, 28 Sep 2017 08:38:02 -0400 Subject: [bug#27344] [PATCH 03/12] gnu: Add mpb. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-3-theodoros.for@openmailbox.org> Date: Thu, 28 Sep 2017 14:37:40 +0200 In-Reply-To: <20170612165226.1268-3-theodoros.for@openmailbox.org> (Theodoros Foradis's message of "Mon, 12 Jun 2017 19:52:17 +0300") Message-ID: <87vak3robv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 27344@debbugs.gnu.org Theodoros Foradis skribis: > * gnu/packages/engineering.scm (mpb): New variable. Applied.