diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:06:47 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:14 -0700 |
commit | 6a16b8aa68d6ccb5b55566b78b39a8433f3a03db (patch) | |
tree | 9401b2c132c3520a2a09d0868cad19cec39a34c3 /gnu/packages | |
parent | f457397ad76eb752a990eefd4b90681fc136d14a (diff) |
gnu: kicad: Fix typo "explicitly".
* gnu/packages/engineering (kicad): Fix typo in comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 359503e9e1..9b0f00c7be 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -779,7 +779,7 @@ language.") "-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") |