mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: kicad: Fix typo "explicitly".
* gnu/packages/engineering (kicad): Fix typo in comment.
This commit is contained in:
parent
f457397ad7
commit
6a16b8aa68
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ (define-public kicad
|
|||
"-DKICAD_SCRIPTING=ON"
|
||||
"-DKICAD_SCRIPTING_MODULES=ON"
|
||||
"-DKICAD_SCRIPTING_WXPYTHON=ON"
|
||||
;; Has to be set explicitely, as we don't have the wxPython
|
||||
;; Has to be set explicitly, as we don't have the wxPython
|
||||
;; headers in the wxwidgets store item, but in wxPython.
|
||||
(string-append "-DCMAKE_CXX_FLAGS=-I"
|
||||
(assoc-ref %build-inputs "wxpython")
|
||||
|
|
Loading…
Reference in a new issue