gnu: kdeconnect: Fix kdeconnectd path.
* gnu/packages/kde.scm (kdeconnect)[arguments]: Add configure-flag to set libexec as a top-level directory in the output.master
parent
99bf646d8f
commit
720855b5c5
|
@ -578,7 +578,8 @@ different notification systems.")
|
|||
"02lr3xx5s2mgddac4n3lkgr7ppf1z5m6ajs90rjix0vs8a271kp5"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-DBUILD_TESTING=ON")
|
||||
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
||||
"-DLIBEXEC_INSTALL_DIR=libexec")
|
||||
#:tests? #f)) ; tests fail hard in our build environment
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
|
|
Reference in New Issue