diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-10 11:02:42 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-10 11:04:21 +0100 |
| commit | acea0fe7ae55d62c7b66f8db2e95910f7a85dc95 (patch) | |
| tree | 4dae2ee35c36b0f49b812a04b2b4ab9511944193 /gnu/packages | |
| parent | 1f225776d88fd8a34437956ea0513f65aa9e4028 (diff) | |
gnu: edalize: Add missing templates.
* gnu/packages/electronics.scm (edalize)[arguments]: Add
’copy-templates #:phase.
Fixes guix/guix#6530
Change-Id: I5736348ae2c85714d50fc5e817906ac88e8a69da
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/electronics.scm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 1822e2a06ca..02836dffc4b 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -3023,7 +3023,17 @@ form of AXI, AXI lite, and AXI stream modules.") | |||
| 3023 | "test_vcs_no_tool_options" | 3023 | "test_vcs_no_tool_options" |
| 3024 | "test_vcs_minimal" | 3024 | "test_vcs_minimal" |
| 3025 | "test_xcelium") | 3025 | "test_xcelium") |
| 3026 | " and not ")))) | 3026 | " and not ")) |
| 3027 | #:phases | ||
| 3028 | #~(modify-phases %standard-phases | ||
| 3029 | ;; Fixes #6530. | ||
| 3030 | (add-after 'install 'copy-templates | ||
| 3031 | (lambda _ | ||
| 3032 | (copy-recursively | ||
| 3033 | "edalize/templates" | ||
| 3034 | (string-append #$output "/lib/python" | ||
| 3035 | #$(version-major+minor (package-version python)) | ||
| 3036 | "/site-packages/edalize/templates"))))))) | ||
| 3027 | (native-inputs | 3037 | (native-inputs |
| 3028 | (list python-pytest python-setuptools python-setuptools-scm)) | 3038 | (list python-pytest python-setuptools python-setuptools-scm)) |
| 3029 | (propagated-inputs | 3039 | (propagated-inputs |
