diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-05 09:41:44 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-05 09:43:16 +0100 |
| commit | 84f853aaabc399152fd50ef2008b8aa9567a2f0d (patch) | |
| tree | 515f8f6352401b44f8f6027fc51631f91ca49756 /gnu | |
| parent | 5d4c6b3e26373e03b35c03e37abd051ee899cc21 (diff) | |
gnu: yosys: Split doc output.
Only doc output is not reproductible.
* gnu/packages/electronics.scm (yosys)[outputs]: Add "doc".
[arguments]: Update ’build-info #:phase accordingly.
Change-Id: I8cc968c66edc4758684e561ac4491ec71a1afdc8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index eb4b3aec290..775a3cf5b43 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -4127,6 +4127,7 @@ parallel computing platforms. It also supports serial execution.") | |||
| 4127 | (base32 "1iaafzsc0pbd61m5hh12nzr2z4rn4n7i68l6ij9vli4m5zsxw39k")) | 4127 | (base32 "1iaafzsc0pbd61m5hh12nzr2z4rn4n7i68l6ij9vli4m5zsxw39k")) |
| 4128 | (file-name (git-file-name name version)))) | 4128 | (file-name (git-file-name name version)))) |
| 4129 | (build-system gnu-build-system) | 4129 | (build-system gnu-build-system) |
| 4130 | (outputs '("out" "doc")) | ||
| 4130 | (arguments | 4131 | (arguments |
| 4131 | (list | 4132 | (list |
| 4132 | #:test-target "test" | 4133 | #:test-target "test" |
| @@ -4187,11 +4188,11 @@ parallel computing platforms. It also supports serial execution.") | |||
| 4187 | "SPHINXOPTS = --keep-going")) | 4188 | "SPHINXOPTS = --keep-going")) |
| 4188 | (invoke "make" "-C" "docs" "info") | 4189 | (invoke "make" "-C" "docs" "info") |
| 4189 | (install-file "docs/build/texinfo/yosyshqyosys.info" | 4190 | (install-file "docs/build/texinfo/yosyshqyosys.info" |
| 4190 | (string-append #$output "/share/info")) | 4191 | (string-append #$output:doc "/share/info")) |
| 4191 | (copy-recursively | 4192 | (copy-recursively |
| 4192 | "docs/build/texinfo/yosyshqyosys-figures" | 4193 | "docs/build/texinfo/yosyshqyosys-figures" |
| 4193 | (string-append | 4194 | (string-append |
| 4194 | #$output "/share/info/yosyshqyosys-figures"))))))) | 4195 | #$output:doc "/share/info/yosyshqyosys-figures"))))))) |
| 4195 | (native-inputs (list bison | 4196 | (native-inputs (list bison |
| 4196 | cxxopts ;header-only library | 4197 | cxxopts ;header-only library |
| 4197 | flex | 4198 | flex |
