gnu: libngspice: Fix KiCad compilation.
* gnu/packages/engineering.scm (libngspice)[arguments]<#:configure-flags>: Pass "--with-readline=no". [inputs]: Remove readline. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									347846ea86
								
							
						
					
					
						commit
						e22a711c97
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -1721,14 +1721,15 @@ high-performance parallel differential evolution (DE) optimization algorithm.")
 | 
				
			||||||
             "--enable-ciderlib"
 | 
					             "--enable-ciderlib"
 | 
				
			||||||
             "--enable-xspice"
 | 
					             "--enable-xspice"
 | 
				
			||||||
             "--with-ngshared"
 | 
					             "--with-ngshared"
 | 
				
			||||||
             "--with-readline=yes")))
 | 
					             ;; Readline must be disabled to build KiCad with ngspice 34.  See
 | 
				
			||||||
 | 
					             ;; https://bugs.archlinux.org/task/70563 for reference.
 | 
				
			||||||
 | 
					             "--with-readline=no")))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("bison" ,bison)
 | 
					     `(("bison" ,bison)
 | 
				
			||||||
       ("flex" ,flex)))
 | 
					       ("flex" ,flex)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libxaw" ,libxaw)
 | 
					     `(("libxaw" ,libxaw)
 | 
				
			||||||
       ("mpi" ,openmpi)
 | 
					       ("mpi" ,openmpi)))
 | 
				
			||||||
       ("readline" ,readline)))
 | 
					 | 
				
			||||||
    (home-page "http://ngspice.sourceforge.net/")
 | 
					    (home-page "http://ngspice.sourceforge.net/")
 | 
				
			||||||
    (synopsis "Mixed-level/mixed-signal circuit simulator")
 | 
					    (synopsis "Mixed-level/mixed-signal circuit simulator")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue