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:
Robin Ole Heinemann 2024-06-05 19:12:51 +02:00 committed by Christopher Baines
parent ec031bbbf1
commit 196a51e288
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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))))