mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (define-public ngspice
|
|||
(("^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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue