mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: ikiwiki: Build perl inputs for target architecture.
* gnu/packages/web.scm (ikiwiki)[native-inputs]: Move perl dependencies ... [inputs]: ...to here.
This commit is contained in:
parent
add3e168bb
commit
732ffac3bc
1 changed files with 4 additions and 4 deletions
|
@ -4865,10 +4865,6 @@ (define-public ikiwiki
|
|||
#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 @@ (define-public ikiwiki
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue