me
/
guix
Archived
1
0
Fork 0

gnu: attica: Use G-expressions.

* gnu/packages/kde-frameworks.scm (attica)[arguments]:
Rewrite as G-expressions.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-12 10:16:52 +08:00 committed by 宋文武
parent 07b9ca3449
commit ea41f757b9
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 8 additions and 7 deletions

View File

@ -305,13 +305,14 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
"15didd7llqamp9wbvrynnf9cap2dqmwr51mz0pcjdk0iqs6ym4qq"))))
(build-system cmake-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-network-tests
(lambda _
;; These tests require network access.
(substitute* "autotests/CMakeLists.txt"
((".*providertest.cpp") "")))))))
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-network-tests
(lambda _
;; These tests require network access.
(substitute* "autotests/CMakeLists.txt"
((".*providertest.cpp") "")))))))
(native-inputs
(list extra-cmake-modules))
(inputs