all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robin Ole Heinemann <robin.ole.heinemann@gmail.com>
To: 71387@debbugs.gnu.org
Cc: Robin Ole Heinemann <robin.ole.heinemann@gmail.com>
Subject: [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
Date: Wed,  5 Jun 2024 19:12:51 +0200	[thread overview]
Message-ID: <a4c4615adb42826dbf1137e924a7a5319cfa707a.1717607571.git.robin.ole.heinemann@gmail.com> (raw)

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	other threads:[~2024-06-09 10:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05 17:12 Robin Ole Heinemann [this message]
2024-06-11 11:42 ` bug#71387: [PATCH] gnu: ngspice: Delete correct delete-scripts phase Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a4c4615adb42826dbf1137e924a7a5319cfa707a.1717607571.git.robin.ole.heinemann@gmail.com \
    --to=robin.ole.heinemann@gmail.com \
    --cc=71387@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.