gnu: marble-qt: Use G-expressions.
* gnu/packages/kde.scm (marble-qt)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
046703a413
commit
dbb8e4023a
|
@ -1230,11 +1230,11 @@ Python, PHP, and Perl.")
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: libmarblewidget-qt5.so.28 not found. Also enable the
|
;; FIXME: libmarblewidget-qt5.so.28 not found. Also enable the
|
||||||
;; corresponding configure flag to build tests.
|
;; corresponding configure flag to build tests.
|
||||||
`(#:tests? #f
|
(list #:tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "-DBUILD_MARBLE_TOOLS=YES" ; file conversion tools
|
#~(list "-DBUILD_MARBLE_TOOLS=YES" ; file conversion tools
|
||||||
"-DBUILD_TOUCH=YES"
|
"-DBUILD_TOUCH=YES"
|
||||||
"-DBUILD_MARBLE_TESTS=FALSE")))
|
"-DBUILD_MARBLE_TESTS=FALSE")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools qttools-5))
|
(list extra-cmake-modules kdoctools qttools-5))
|
||||||
;; One optional dependency missing: libwlocate.
|
;; One optional dependency missing: libwlocate.
|
||||||
|
|
Reference in New Issue