1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Robin Ole Heinemann
2024-06-05 19:12:51 +02:00
committed by Christopher Baines
parent ec031bbbf1
commit 196a51e288

View File

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