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

Previous Next

Package: guix-patches;

Reported by: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>

Date: Thu, 6 Jun 2024 05:06:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
To: 71387 <at> debbugs.gnu.org
Cc: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
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





This bug report was last modified 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.