mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: purpose: Use G-expressions.
* gnu/packages/kde-frameworks.scm (purpose)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
fe5d55c95a
commit
e5f8280837
1 changed files with 2 additions and 2 deletions
|
@ -3418,8 +3418,8 @@ (define-public purpose
|
|||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
(arguments
|
||||
`(#:tests? #f ;; seem to require network; don't find QTQuick components
|
||||
#:configure-flags '("-DBUILD_TESTING=OFF"))) ; not run anyway
|
||||
(list #:tests? #f ;; seem to require network; don't find QTQuick components
|
||||
#:configure-flags #~'("-DBUILD_TESTING=OFF"))) ; not run anyway
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Offers available actions for a specific purpose")
|
||||
(description "This framework offers the possibility to create integrate
|
||||
|
|
Loading…
Reference in a new issue