gnu: kmessagelib: Fix building.
* gnu/packages/kde-pim.scm (kmessagelib)[arguments]: Adjust custom 'extend-CPUS_INCLUDE_PATH phase to specifically add libkdepim.
This commit is contained in:
parent
d4af1ff177
commit
cd23250c16
1 changed files with 3 additions and 2 deletions
|
@ -1336,8 +1336,9 @@ using a Qt/KMime C++ API.")
|
||||||
;; <Libkdepim/MultiplyingLine> without this hack.
|
;; <Libkdepim/MultiplyingLine> without this hack.
|
||||||
(setenv "CPLUS_INCLUDE_PATH"
|
(setenv "CPLUS_INCLUDE_PATH"
|
||||||
(string-append
|
(string-append
|
||||||
(search-input-directory inputs "include/KF5")
|
(assoc-ref inputs "libkdepim")
|
||||||
":" (or (getenv "CPLUS_INCLUDE_PATH") ""))))))))
|
"/include/KF5:"
|
||||||
|
(or (getenv "CPLUS_INCLUDE_PATH") ""))))))))
|
||||||
(home-page "https://invent.kde.org/pim/messagelib")
|
(home-page "https://invent.kde.org/pim/messagelib")
|
||||||
(synopsis "KDE PIM messaging libraries")
|
(synopsis "KDE PIM messaging libraries")
|
||||||
(description "This package provides several libraries for messages,
|
(description "This package provides several libraries for messages,
|
||||||
|
|
Reference in a new issue