From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzrD4-0002V2-PL for guix-patches@gnu.org; Wed, 04 Oct 2017 17:28:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzrD0-0001oH-Bd for guix-patches@gnu.org; Wed, 04 Oct 2017 17:28:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40713) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzrD0-0001nj-8G for guix-patches@gnu.org; Wed, 04 Oct 2017 17:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzrCz-0007Mp-Rd for guix-patches@gnu.org; Wed, 04 Oct 2017 17:28:01 -0400 Subject: [bug#28378] [PATCH] gnu: Add heimdall. Resent-Message-ID: References: <20170906223653.15420-1-dannym@scratchpost.org> <87shfzylum.fsf@gnu.org> <20170920220902.21333ec3@lepiller.eu> <8760cdrtww.fsf@gnu.org> From: Mekeor Melire In-reply-to: <8760cdrtww.fsf@gnu.org> Date: Wed, 04 Oct 2017 23:27:32 +0200 Message-ID: <87mv56txh7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Julien Lepiller Cc: 28378@debbugs.gnu.org Ludovic Courtès writes: > Julien Lepiller skribis: […] >> * gnu/packages/flashing-tools.scm (heimdall): New variable. […] >> + (build-system cmake-build-system) >> + (arguments >> + `(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release") > > Why not keep the default “RelWithDebInfo”? BUMP. This seems to be the only last remark on this nice new package definition.