From 82cf4df0bc0c3b673c62d1d656f9c40a772426c8 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 29 Jun 2015 19:59:32 -0400 Subject: [PATCH] ikiwiki: Add required package for changing wiki settings. --- plinth/modules/ikiwiki/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/ikiwiki/views.py b/plinth/modules/ikiwiki/views.py index 4e4cc9cf4..655aba77d 100644 --- a/plinth/modules/ikiwiki/views.py +++ b/plinth/modules/ikiwiki/views.py @@ -49,7 +49,8 @@ def on_install(): 'libc6-dev', 'libtimedate-perl', 'libcgi-formbuilder-perl', - 'libcgi-session-perl'], + 'libcgi-session-perl', + 'libxml-writer-perl'], on_install=on_install) def index(request): """Serve configuration page."""