gnu: KDE: Remove trailing booleans.
* gnu/packages/kde.scm (akregator, kdevelop)[arguments]: Remove trailing booleans. Signed-off-by: Marius Bakke <marius@gnu.org>master
parent
e63a0ef8af
commit
db2e80db1c
|
@ -173,8 +173,7 @@ This package contains GUI widgets for baloo.")
|
||||||
(assoc-ref inputs "qtwebengine-5")
|
(assoc-ref inputs "qtwebengine-5")
|
||||||
"/lib/qt5/libexec/QtWebEngineProcess")))
|
"/lib/qt5/libexec/QtWebEngineProcess")))
|
||||||
(wrap-program bin
|
(wrap-program bin
|
||||||
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))
|
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -383,8 +382,7 @@ projects.")
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "cmake/modules/FindClang.cmake"
|
(substitute* "cmake/modules/FindClang.cmake"
|
||||||
(("^\\s*PATHS \"\\$\\{CLANG_LIBRARY_DIRS\\}\"" line)
|
(("^\\s*PATHS \"\\$\\{CLANG_LIBRARY_DIRS\\}\"" line)
|
||||||
(string-append line " " (assoc-ref inputs "clang") "/lib")))
|
(string-append line " " (assoc-ref inputs "clang") "/lib"))))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://kdevelop.org")
|
(home-page "https://kdevelop.org")
|
||||||
(synopsis "IDE for C, C++, Python, Javascript and PHP")
|
(synopsis "IDE for C, C++, Python, Javascript and PHP")
|
||||||
(description "The KDevelop IDE provides semantic syntax highlighting, as
|
(description "The KDevelop IDE provides semantic syntax highlighting, as
|
||||||
|
|
Reference in New Issue