From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNFHG-0004BN-Cd for guix-patches@gnu.org; Fri, 08 Dec 2017 04:49:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNFHD-00071S-BW for guix-patches@gnu.org; Fri, 08 Dec 2017 04:49:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eNFHD-00070t-72 for guix-patches@gnu.org; Fri, 08 Dec 2017 04:49:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eNFHC-00007V-Bx for guix-patches@gnu.org; Fri, 08 Dec 2017 04:49:02 -0500 Subject: bug#29602: [PATCH] gnu: keepassxc: Always install libraries to /lib. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <728d0ba3ea817020fd00c71581ab9513@mykolab.com> Date: Fri, 08 Dec 2017 10:48:30 +0100 In-Reply-To: <728d0ba3ea817020fd00c71581ab9513@mykolab.com> (Rutger Helling's message of "Thu, 07 Dec 2017 09:27:37 +0100") Message-ID: <87lgid1rf5.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: Rutger Helling Cc: 29602-done@debbugs.gnu.org Rutger Helling skribis: > From fdfc9dec4761d4868ee20be2efa5cb6175eb745a Mon Sep 17 00:00:00 2001 > From: Rutger Helling > Date: Thu, 7 Dec 2017 09:21:22 +0100 > Subject: [PATCH] gnu: keepassxc: Always install libraries to /lib. > > * gnu/packages/password-utils.scm (keepassxc)[arguments]: Add #:configure= -flags > argument to force installing libraries to /lib. Applied, thanks. > + (arguments > + `(#:configure-flags > + (list (string-append "-DCMAKE_INSTALL_LIBDIR=3D" > + (assoc-ref %outputs "out") "/lib")))) At some point we should probably fix =E2=80=98cmake-build-system=E2=80=99. = Thoughts? Ludo=E2=80=99.