gnu: kicad: Fix typo "explicitly".

* gnu/packages/engineering (kicad): Fix typo in comment.
This commit is contained in:
Vagrant Cascadian 2019-05-22 16:06:47 -07:00
parent f457397ad7
commit 6a16b8aa68
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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")