I agree, it makes more sense to set CMAKE_INSTALL_LIBDIR by default in 'cmake-build-system. On 2017-12-08 10:48, ludo@gnu.org wrote: > 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=" >> + (assoc-ref %outputs "out") "/lib")))) > > At some point we should probably fix 'cmake-build-system'. Thoughts? > > Ludo'.