Archived
1
0
Fork 0

gnu: ikiwiki: Remove input labels.

* gnu/packages/web.scm (ikiwiki)[native-inputs, inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2023-01-08 22:48:18 +01:00
parent 37aeb85f45
commit d0044216c9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5228,34 +5228,34 @@ NetSurf project.")
(find-files bin)) (find-files bin))
#t)))))) #t))))))
(native-inputs (native-inputs
`(("which" ,which) (list which
("gettext" ,gettext-minimal) gettext-minimal
("subversion" ,subversion) subversion
("git" ,git) git
("bazaar" ,bazaar) bazaar
("cvs" ,cvs) cvs
("mercurial" ,mercurial))) mercurial))
(inputs (inputs
`(("python" ,python-wrapper) (list python-wrapper
("perl-authen-passphrase" ,perl-authen-passphrase) perl-authen-passphrase
("perl-cgi-simple" ,perl-cgi-simple) perl-cgi-simple
("perl-db-file" ,perl-db-file) perl-db-file
("perl-file-mimeinfo" ,perl-file-mimeinfo) perl-file-mimeinfo
("perl-html-tagset" ,perl-html-tagset) perl-html-tagset
("perl-image-magick" ,perl-image-magick) perl-image-magick
("perl-ipc-run" ,perl-ipc-run) perl-ipc-run
("perl-lwpx-paranoidagent" ,perl-lwpx-paranoidagent) perl-lwpx-paranoidagent
("perl-xml-feed" ,perl-xml-feed) perl-xml-feed
("perl-xml-sax" ,perl-xml-sax) perl-xml-sax
("perl-xml-twig" ,perl-xml-twig) perl-xml-twig
("perl-yaml-tiny" ,perl-yaml-tiny) perl-yaml-tiny
;; Ikiwiki loads po4a as a library, and thus needs the po4a dependencies ;; Ikiwiki loads po4a as a library, and thus needs the po4a dependencies
;; available. Duplicate them here. ;; available. Duplicate them here.
;; XXX: It would be ideal to hard code these in po4a somehow. ;; XXX: It would be ideal to hard code these in po4a somehow.
("perl-syntax-keyword-try" ,perl-syntax-keyword-try) perl-syntax-keyword-try
("perl-xs-parse-keyword" ,perl-xs-parse-keyword) perl-xs-parse-keyword
("po4a" ,po4a))) po4a))
(propagated-inputs (propagated-inputs
(list perl-cgi-formbuilder (list perl-cgi-formbuilder
perl-cgi-session perl-cgi-session