mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: kicad-doc: Fix build.
Fixes <https://issues.guix.gnu.org/49458>. * gnu/packages/engineering.scm (native-inputs): Add perl-yaml-tiny.
This commit is contained in:
parent
7f06567b83
commit
dbf78e3985
1 changed files with 1 additions and 0 deletions
|
@ -1063,6 +1063,7 @@ (define-public kicad-doc
|
||||||
("git" ,git-minimal)
|
("git" ,git-minimal)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("perl-unicode-linebreak" ,perl-unicode-linebreak)
|
("perl-unicode-linebreak" ,perl-unicode-linebreak)
|
||||||
|
("perl-yaml-tiny" ,perl-yaml-tiny)
|
||||||
("po4a" ,po4a)
|
("po4a" ,po4a)
|
||||||
("source-highlight" ,source-highlight)))
|
("source-highlight" ,source-highlight)))
|
||||||
(home-page "https://kicad.org")
|
(home-page "https://kicad.org")
|
||||||
|
|
Loading…
Reference in a new issue