mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
ikiwiki: add packages that are neccesary for apt-get install
Closes: #2181. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
f3f311b9a8
commit
c5287a3893
@ -60,7 +60,9 @@ class IkiwikiApp(app_module.App):
|
||||
|
||||
packages = Packages('packages-ikiwiki', [
|
||||
'ikiwiki', 'libdigest-sha-perl', 'libxml-writer-perl',
|
||||
'xapian-omega', 'libsearch-xapian-perl', 'libimage-magick-perl'
|
||||
'xapian-omega', 'libsearch-xapian-perl', 'libimage-magick-perl',
|
||||
'gcc', 'git', 'librpc-xml-perl', 'libcgi-session-perl',
|
||||
'libcgi-formbuilder-perl', 'libc6-dev'
|
||||
])
|
||||
self.add(packages)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user