mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: kdepim-addons: Fix build.
* gnu/packages/kde-pim.scm (kdepim-addons)[arguments]<#:phases>: Wrap with cargo-guile-json extension. Change-Id: Ibb1945068b0039e3b76322d5e0475722acefb011
This commit is contained in:
parent
5f7cc5c2c6
commit
f3eaf5d943
1 changed files with 2 additions and 1 deletions
|
|
@ -1024,6 +1024,7 @@ verifiedserverdialogtest" ;SEGFAULT
|
|||
(guix build qt-build-system)
|
||||
(guix build utils))
|
||||
#:phases
|
||||
(with-extensions (list (cargo-guile-json))
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'configure 'change-directory-to-adblock
|
||||
(lambda _
|
||||
|
|
@ -1046,7 +1047,7 @@ verifiedserverdialogtest" ;SEGFAULT
|
|||
(lambda* (#:key tests? (test-exclude "") #:allow-other-keys)
|
||||
(setenv "HOME" "/tmp")
|
||||
(when tests?
|
||||
(invoke "dbus-launch" "ctest" "-E" test-exclude)))))))
|
||||
(invoke "dbus-launch" "ctest" "-E" test-exclude))))))))
|
||||
(native-inputs
|
||||
(list corrosion
|
||||
dbus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue