guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts phase.


From: Robin Ole Heinemann
Subject: [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
Date: Wed, 5 Jun 2024 19:12:51 +0200

The spinit script is required for xspice to work correctly.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 624024b8d4..b14691dd7f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -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))))
 

base-commit: 1615084a9a4115d48b75b3db048761e7534efc87
-- 
2.45.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]