gnu: phodav: Use libsoup 2 instead of libsoup 3.
authorLeo Nikkilä <hello@lnikki.la>
Sat, 2 Apr 2022 18:34:18 +0000 (21:34 +0300)
committerLudovic Courtès <ludo@gnu.org>
Tue, 5 Apr 2022 18:41:40 +0000 (20:41 +0200)
commitd15a601a85c85431a691c2a3f85b9e6e0948a540
treece34cc7575d07b3959635167cca1f6f862665a2f
parent86ee397e2658de915d79fd4ad6d2217b941b4682
gnu: phodav: Use libsoup 2 instead of libsoup 3.

Looks like phodav requires libsoup 2. Example of failing build logs,
wanting libsoup 2.4: <https://ci.guix.gnu.org/build/584454/log/raw>

After swapping the dependency, tests were failing due to HOME not being
writable. I added a new build phase to account for this. I also removed
the start-virtual-dir-server phase which no longer seems required, the
tests pass without it.

* gnu/packages/gnome.scm (phodav): Fix build, tests.
[inputs]: Replace libsoup 3 with libsoup 2.
[arguments]<#:phases>[set-temporary-home]: New phase.
[arguments]<#:phases>[start-virtual-dir-server]: Remove phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/gnome.scm