Skip to content
Snippets Groups Projects
Commit cb151c68 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: polkit-qt: Add $libdir to RUNPATH.

* gnu/packages/polkit.scm (polkit-qt)[arguments]: Add
  #:configure-flags.
parent 78bed82d
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,12 @@ (define-public polkit-qt ...@@ -86,7 +86,12 @@ (define-public polkit-qt
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config", pkg-config)))
(arguments (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/") (home-page "http://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/")
(synopsis "Qt frontend to the polkit library") (synopsis "Qt frontend to the polkit library")
(description "Polkit-qt is a library that lets developers use the (description "Polkit-qt is a library that lets developers use the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment