mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
ikiwiki: Require some Recommends needed to compile wikis.
This commit is contained in:
parent
e19dca7e37
commit
40a5d3206e
@ -46,6 +46,9 @@ def on_install():
|
||||
|
||||
@login_required
|
||||
@package.required(['ikiwiki',
|
||||
'gcc',
|
||||
'libc6-dev',
|
||||
'libtimedate-perl',
|
||||
'libcgi-formbuilder-perl',
|
||||
'libcgi-session-perl'],
|
||||
on_install=on_install)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user