From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8VmQ-0003Fd-3J for guix-patches@gnu.org; Wed, 10 May 2017 13:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8VmM-0004up-93 for guix-patches@gnu.org; Wed, 10 May 2017 13:52:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34351) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8VmM-0004uW-5d for guix-patches@gnu.org; Wed, 10 May 2017 13:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8VmL-0001Sz-VA for guix-patches@gnu.org; Wed, 10 May 2017 13:52:01 -0400 Subject: bug#25928: [PATCH] gnu: Add darktable. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <87zih4ee7i.fsf@gnu.org> <20170313232428.0530762b@alma-ubu> <20170314231326.3ac43a08@alma-ubu> <87fuhu52c8.fsf@elephly.net> <87tw4skdns.fsf@gnu.org> <87k25ohj1j.fsf@elephly.net> <87shkck9ye.fsf@gnu.org> <87d1bghf1z.fsf@elephly.net> From: Roel Janssen Message-ID: <87k25obnxm.fsf@gnu.org> In-reply-to: <87d1bghf1z.fsf@elephly.net> Date: Wed, 10 May 2017 19:51:42 +0200 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: Ricardo Wurmus Cc: 25928-done@debbugs.gnu.org Ricardo Wurmus writes: > Roel Janssen writes: > >> > I wonder if it would be possible to augment LDFLAGS and CPATH in >> > #:configure-flags or #:make-flags instead of using build phases (which I >> > find a bit crude). >> > >> > If that’s too hard I promise I won’t complain about doing it with build >> > phases :) > >> See attached patch. By adding the LDFLAGS part to either #:make-flags >> or #:configure-flags, the run-path validation phase fails at the end of >> the build process. > >> So, maybe we can settle half-way here? :-) > > Sure, looks good to me! > >> > Good to push with the change to the description. >> > Thanks! > >> Is this then finally the moment we get to have darktable in Guix? :-) > > Yay! Thank you! Pushed in 91a9c65c7bae73d999ccc2288833e909ce4a0871. Thanks! Kind regards, Roel Janssen