gnu: ikiwiki: Build perl inputs for target architecture.
* gnu/packages/web.scm (ikiwiki)[native-inputs]: Move perl dependencies ... [inputs]: ...to here.master
parent
add3e168bb
commit
732ffac3bc
|
@ -4865,10 +4865,6 @@ NetSurf project.")
|
|||
#t))))))
|
||||
(native-inputs
|
||||
`(("which" ,which)
|
||||
("perl-html-tagset" ,perl-html-tagset)
|
||||
("perl-timedate" ,perl-timedate)
|
||||
("perl-xml-sax" ,perl-xml-sax)
|
||||
("perl-xml-simple" ,perl-xml-simple)
|
||||
("gettext" ,gettext-minimal)
|
||||
("subversion" ,subversion)
|
||||
("git" ,git)
|
||||
|
@ -4883,11 +4879,15 @@ NetSurf project.")
|
|||
("perl-db-file" ,perl-db-file)
|
||||
("perl-html-parser" ,perl-html-parser)
|
||||
("perl-html-scrubber" ,perl-html-scrubber)
|
||||
("perl-html-tagset" ,perl-html-tagset)
|
||||
("perl-html-template" ,perl-html-template)
|
||||
("perl-image-magick" ,perl-image-magick)
|
||||
("perl-json" ,perl-json)
|
||||
("perl-text-markdown-discount" ,perl-text-markdown-discount)
|
||||
("perl-timedate" ,perl-timedate)
|
||||
("perl-uri" ,perl-uri)
|
||||
("perl-xml-sax" ,perl-xml-sax)
|
||||
("perl-xml-simple" ,perl-xml-simple)
|
||||
("perl-yaml-libyaml" ,perl-yaml-libyaml)))
|
||||
(home-page "https://ikiwiki.info/")
|
||||
(synopsis "Wiki compiler, capable of generating HTML")
|
||||
|
|
Reference in New Issue