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 @@ language.")
 | 
				
			||||||
               "-DKICAD_SCRIPTING=ON"
 | 
					               "-DKICAD_SCRIPTING=ON"
 | 
				
			||||||
               "-DKICAD_SCRIPTING_MODULES=ON"
 | 
					               "-DKICAD_SCRIPTING_MODULES=ON"
 | 
				
			||||||
               "-DKICAD_SCRIPTING_WXPYTHON=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.
 | 
					               ;; headers in the wxwidgets store item, but in wxPython.
 | 
				
			||||||
               (string-append "-DCMAKE_CXX_FLAGS=-I"
 | 
					               (string-append "-DCMAKE_CXX_FLAGS=-I"
 | 
				
			||||||
                              (assoc-ref %build-inputs "wxpython")
 | 
					                              (assoc-ref %build-inputs "wxpython")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue