From 46aa8729f3c7b284d3153aef36b0884bfbc27006 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Thu, 7 Dec 2017 08:55:52 +0100 Subject: gnu: openrct2: Always install libraries to /lib. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/games.scm (openrct2)[arguments]: Add #:configure-flags argument to force installing libraries to /lib. Signed-off-by: Ludovic Courtès --- gnu/packages/games.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a699fadc2a..524572b99a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2731,6 +2731,9 @@ Transport Tycoon Deluxe.") (build-system cmake-build-system) (arguments `(#:tests? #f ;; no tests available + #:configure-flags + (list (string-append "-DCMAKE_INSTALL_LIBDIR=" + (assoc-ref %outputs "out") "/lib")) #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-usr-share-paths -- cgit v1.2.3