gnu: attica: Use G-expressions.
* gnu/packages/kde-frameworks.scm (attica)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
07b9ca3449
commit
ea41f757b9
1 changed files with 8 additions and 7 deletions
|
@ -305,13 +305,14 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
|
||||||
"15didd7llqamp9wbvrynnf9cap2dqmwr51mz0pcjdk0iqs6ym4qq"))))
|
"15didd7llqamp9wbvrynnf9cap2dqmwr51mz0pcjdk0iqs6ym4qq"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-after 'unpack 'disable-network-tests
|
#~(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-after 'unpack 'disable-network-tests
|
||||||
;; These tests require network access.
|
(lambda _
|
||||||
(substitute* "autotests/CMakeLists.txt"
|
;; These tests require network access.
|
||||||
((".*providertest.cpp") "")))))))
|
(substitute* "autotests/CMakeLists.txt"
|
||||||
|
((".*providertest.cpp") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue