guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29602] [PATCH] gnu: keepassxc: Always install libraries to /lib.


From: Rutger Helling
Subject: [bug#29602] [PATCH] gnu: keepassxc: Always install libraries to /lib.
Date: Fri, 08 Dec 2017 11:51:13 +0100

I agree, it makes more sense to set CMAKE_INSTALL_LIBDIR by default in 'cmake-build-system.

On 2017-12-08 10:48, address@hidden wrote:

Rutger Helling <address@hidden> skribis:

From fdfc9dec4761d4868ee20be2efa5cb6175eb745a Mon Sep 17 00:00:00 2001
From: Rutger Helling <address@hidden>
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="
+                            (assoc-ref %outputs "out") "/lib"))))

At some point we should probably fix 'cmake-build-system'.  Thoughts?

Ludo'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]