all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
@ 2024-06-05 17:12 Robin Ole Heinemann
  2024-06-11 11:42 ` bug#71387: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Robin Ole Heinemann @ 2024-06-05 17:12 UTC (permalink / raw)
  To: 71387; +Cc: Robin Ole Heinemann

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71387: [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
  2024-06-05 17:12 [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts phase Robin Ole Heinemann
@ 2024-06-11 11:42 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-11 11:42 UTC (permalink / raw)
  To: Robin Ole Heinemann; +Cc: 71387-done

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

Robin Ole Heinemann <robin.ole.heinemann@gmail.com> writes:

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

Looks good to me, I've pushed this to master as
196a51e288448d25e0c6a64d84b3250f5b88d7b8.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-11 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 17:12 [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts phase Robin Ole Heinemann
2024-06-11 11:42 ` bug#71387: " Christopher Baines

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.