mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: marble-qt: Use G-expressions.
* gnu/packages/kde.scm (marble-qt)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
046703a413
commit
dbb8e4023a
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue