gnu: ngspice: Delete correct delete-scripts phase.
The spinit script is required for xspice to work correctly. * gnu/packages/engineering.scm (ngspice)[arguments]: Delete the 'delete-scripts phase rather than the non-existent 'delete-script-files phase. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I4c3620c6d42e407904577a9559e3d89016e895f6
This commit is contained in:
		
							parent
							
								
									ec031bbbf1
								
							
						
					
					
						commit
						196a51e288
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2048,7 +2048,7 @@ an embedded event driven algorithm.") | |||
|                  (("^SUBDIRS = misc maths frontend spicelib include/ngspice") | ||||
|                   "SUBDIRS = misc maths frontend spicelib")))) | ||||
|            (delete 'delete-program-manuals) | ||||
|            (delete 'delete-script-files))))) | ||||
|            (delete 'delete-scripts))))) | ||||
|     (inputs | ||||
|      (list libngspice readline)))) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue