me
/
guix
Archived
1
0
Fork 0

gnu: kicad: Fix native-search-paths.

* gnu/packages/engineering.scm (kicad)[native-search-paths]: Update
  environment variables' names for kicad-7.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Peter Polidoro 2023-02-22 14:44:27 -05:00 committed by Guillaume Le Vaillant
parent 454c973197
commit 9e47a50de8
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 4 deletions

View File

@ -1000,16 +1000,16 @@ Emacs).")
(variable "KICAD") ;to find kicad-doc
(files '("")))
(search-path-specification
(variable "KICAD6_TEMPLATE_DIR")
(variable "KICAD7_TEMPLATE_DIR")
(files '("share/kicad/template")))
(search-path-specification
(variable "KICAD6_SYMBOL_DIR")
(variable "KICAD7_SYMBOL_DIR")
(files '("share/kicad/symbols")))
(search-path-specification
(variable "KICAD6_FOOTPRINT_DIR")
(variable "KICAD7_FOOTPRINT_DIR")
(files '("share/kicad/footprints")))
(search-path-specification
(variable "KICAD6_3DMODEL_DIR")
(variable "KICAD7_3DMODEL_DIR")
(files '("share/kicad/3dmodels")))))
(native-inputs (list boost
desktop-file-utils