gnu: ikiwiki: Add missing inputs.

This fixes a regression from a1f9eba892 whereby
loading po4a as a library fails.

* gnu/packages/web.scm (ikiwiki)[inputs]: Add PERL-SYNTAX-KEYWORD-TRY and
PERL-XS-PARSE-KEYWORD.
This commit is contained in:
Marius Bakke 2023-01-08 22:43:23 +01:00
parent 1efe7de096
commit 37aeb85f45
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,7 @@
;;; Copyright © 20162022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 Bake Timmons <b3timmons@speedymail.org>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017, 2018, 2020, 2021, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017-2018, 2020-2023 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2017, 2021 Pierre Langlois <pierre.langlois@gmx.com>
@ -5249,6 +5249,12 @@ NetSurf project.")
("perl-xml-sax" ,perl-xml-sax)
("perl-xml-twig" ,perl-xml-twig)
("perl-yaml-tiny" ,perl-yaml-tiny)
;; Ikiwiki loads po4a as a library, and thus needs the po4a dependencies
;; available. Duplicate them here.
;; XXX: It would be ideal to hard code these in po4a somehow.
("perl-syntax-keyword-try" ,perl-syntax-keyword-try)
("perl-xs-parse-keyword" ,perl-xs-parse-keyword)
("po4a" ,po4a)))
(propagated-inputs
(list perl-cgi-formbuilder