From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOLDq-0005cA-Kd for guix-patches@gnu.org; Mon, 11 Dec 2017 05:22:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOLDm-0008JJ-Fu for guix-patches@gnu.org; Mon, 11 Dec 2017 05:22:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOLDm-0008J8-Cq for guix-patches@gnu.org; Mon, 11 Dec 2017 05:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOLDm-0006gY-6N for guix-patches@gnu.org; Mon, 11 Dec 2017 05:22:02 -0500 Subject: [bug#29650] Add darktable configure option Resent-Message-ID: References: <1512943847.3720969.1200427416.674067E1@webmail.messagingengine.com> From: Roel Janssen In-reply-to: <1512943847.3720969.1200427416.674067E1@webmail.messagingengine.com> Date: Mon, 11 Dec 2017 11:21:39 +0100 Message-ID: <87r2s1sgy4.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: Mark Meyer Cc: 29650@debbugs.gnu.org Mark Meyer writes: > Hi, > I've got the same problem with darktable that is described in this > Mageia discussion: > > https://bugs.mageia.org/show_bug.cgi?id=12510 > > Same workaround works for me on Guix. > > Patch attached. > > Cheers, Mark > > -- > Mark Meyer > mark@ofosos.org > From 9c954aeec503e79c1a26e3b68d46b4df6e80d820 Mon Sep 17 00:00:00 2001 > From: Mark Meyer > Date: Sun, 10 Dec 2017 23:05:33 +0100 > Subject: [PATCH] gnu: darktable: Add configure option > > --- > gnu/packages/photo.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm > index 8862bdfcb..0774c60ec 100644 > --- a/gnu/packages/photo.scm > +++ b/gnu/packages/photo.scm > @@ -337,7 +337,7 @@ photographic equipment.") > (build-system cmake-build-system) > (arguments > `(#:tests? #f ; There are no tests. > - #:configure-flags '("-DCMAKE_INSTALL_LIBDIR=lib") > + #:configure-flags '("-DCMAKE_INSTALL_LIBDIR=lib" "-DBINARY_PACKAGE_BUILD=On") > #:make-flags > (list > (string-append "CPATH=" (assoc-ref %build-inputs "ilmbase") Thanks for this patch! I had this same problem with darktable. This patch looks good to me, and it works on my GuixSD, so I applied it. Kind regards, Roel Janssen