This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new acea0fe7ae gnu: edalize: Add missing templates.
acea0fe7ae is described below

commit acea0fe7ae55d62c7b66f8db2e95910f7a85dc95
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Mar 10 11:02:42 2026 +0100

    gnu: edalize: Add missing templates.
    
    * gnu/packages/electronics.scm (edalize)[arguments]: Add
    ’copy-templates #:phase.
    
    Fixes guix/guix#6530
    
    Change-Id: I5736348ae2c85714d50fc5e817906ac88e8a69da
---
 gnu/packages/electronics.scm | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 1822e2a06c..02836dffc4 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3023,7 +3023,17 @@ form of AXI, AXI lite, and AXI stream modules.")
                           "test_vcs_no_tool_options"
                           "test_vcs_minimal"
                           "test_xcelium")
-                    " and not "))))
+                    " and not "))
+      #:phases
+      #~(modify-phases %standard-phases
+          ;; Fixes #6530.
+          (add-after 'install 'copy-templates
+            (lambda _
+              (copy-recursively
+               "edalize/templates"
+               (string-append #$output "/lib/python"
+                              #$(version-major+minor (package-version python))
+                              "/site-packages/edalize/templates")))))))
     (native-inputs
      (list python-pytest python-setuptools python-setuptools-scm))
     (propagated-inputs

Reply via email to