[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: polkit-qt: Add $libdir to RUNPATH.
From: |
Ludovic Courtès |
Subject: |
07/08: gnu: polkit-qt: Add $libdir to RUNPATH. |
Date: |
Fri, 01 May 2015 15:40:00 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit cb151c68bfdb207d6029402c4a1c004ebd630d68
Author: Ludovic Courtès <address@hidden>
Date: Fri May 1 17:38:44 2015 +0200
gnu: polkit-qt: Add $libdir to RUNPATH.
* gnu/packages/polkit.scm (polkit-qt)[arguments]: Add
#:configure-flags.
---
gnu/packages/polkit.scm | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 572d524..be7302e 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -86,7 +86,12 @@ for unprivileged applications.")
(native-inputs
`(("pkg-config", pkg-config)))
(arguments
- `(#:tests? #f)) ; there is a test subdirectory, but no test target
+ `(#:configure-flags (list (string-append "-DCMAKE_INSTALL_RPATH="
+ (assoc-ref %outputs "out")
+ "/lib:"
+ (assoc-ref %outputs "out")
+ "/lib64"))
+ #:tests? #f)) ; there is a test subdirectory, but no test target
(home-page "http://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/")
(synopsis "Qt frontend to the polkit library")
(description "Polkit-qt is a library that lets developers use the
- branch core-updates updated (9e63a38 -> 868ef9a), Ludovic Courtès, 2015/05/01
- 01/08: Merge branch 'master' into core-updates, Ludovic Courtès, 2015/05/01
- 02/08: gnu: ganv: Set the RUNPATH of binaries to $libdir., Ludovic Courtès, 2015/05/01
- 04/08: list-packages: Add status link only for systems supported on Hydra., Ludovic Courtès, 2015/05/01
- 03/08: packages: Add '%hydra-supported-systems'., Ludovic Courtès, 2015/05/01
- 05/08: gnu: mariadb: Remove now unneeded workaround., Ludovic Courtès, 2015/05/01
- 06/08: check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS., Ludovic Courtès, 2015/05/01
- 08/08: bash completion: Complete long options with no short variant., Ludovic Courtès, 2015/05/01
- 07/08: gnu: polkit-qt: Add $libdir to RUNPATH.,
Ludovic Courtès <=