gnu: ikiwiki: Remove input labels.
* gnu/packages/web.scm (ikiwiki)[native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
37aeb85f45
commit
d0044216c9
1 changed files with 26 additions and 26 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue