From 6a16b8aa68d6ccb5b55566b78b39a8433f3a03db Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 16:06:47 -0700 Subject: gnu: kicad: Fix typo "explicitly". * gnu/packages/engineering (kicad): Fix typo in comment. --- gnu/packages/engineering.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/engineering.scm') 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") -- cgit v1.2.3