diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-07 21:21:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-07 21:26:55 +0200 |
commit | dbf78e3985cd5a495d7495090cfb6271d2e008f4 (patch) | |
tree | 54679d148cf7df9c089932f26aac69994f1ae6af /gnu/packages | |
parent | 7f06567b83a6d994703adbdda99b266dc83d2d84 (diff) |
gnu: kicad-doc: Fix build.
Fixes <https://issues.guix.gnu.org/49458>.
* gnu/packages/engineering.scm (native-inputs): Add perl-yaml-tiny.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index b2aa2179dd..db8cd5f046 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1063,6 +1063,7 @@ translations for KiCad.") ("git" ,git-minimal) ("perl" ,perl) ("perl-unicode-linebreak" ,perl-unicode-linebreak) + ("perl-yaml-tiny" ,perl-yaml-tiny) ("po4a" ,po4a) ("source-highlight" ,source-highlight))) (home-page "https://kicad.org") |