mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: polkit-qt: Add $libdir to RUNPATH.
* gnu/packages/polkit.scm (polkit-qt)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
78bed82d19
commit
cb151c68bf
1 changed files with 6 additions and 1 deletions
|
@ -86,7 +86,12 @@ (define-public polkit-qt
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue