me
/
guix
Archived
1
0
Fork 0

gnu: ucsim: Move documentation to "doc" output.

* gnu/packages/embedded.scm (ucsim)[arguments]<#:phases>: Expand
"patch-makefiles" phase to set correct documentation-installation path.
[outputs]: Add with "out", "doc".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Simon South 2023-09-27 10:55:36 -04:00 committed by Ludovic Courtès
parent 9698a23f52
commit 06b4aa57b7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 8 additions and 1 deletions

View File

@ -1610,7 +1610,13 @@ handling communication with eBUS devices connected to a 2-wire bus system
(add-after 'unpack 'patch-makefiles (add-after 'unpack 'patch-makefiles
(lambda _ (lambda _
(substitute* (find-files "." "(\\.mk$|\\.in$)") (substitute* (find-files "." "(\\.mk$|\\.in$)")
(("/bin/sh") (which "sh")))))) (("/bin/sh") (which "sh")))
;; Ensure the documentation is installed to the correct path,
;; without a duplicate "ucsim" segment (necessary as we are
;; building μCsim outside of SDCC).
(substitute* "doc/Makefile.in"
(("@docdir@/ucsim") "@docdir@")))))
;; μCsim's regression-test suite is of little use in this context since ;; μCsim's regression-test suite is of little use in this context since
;; it doesn't stop or return an error code when it encounters a problem. ;; it doesn't stop or return an error code when it encounters a problem.
#:tests? #f)) #:tests? #f))
@ -1618,6 +1624,7 @@ handling communication with eBUS devices connected to a 2-wire bus system
(list ncurses)) (list ncurses))
(native-inputs (native-inputs
(list bison flex)) (list bison flex))
(outputs '("out" "doc"))
(home-page "http://mazsola.iit.uni-miskolc.hu/ucsim/") (home-page "http://mazsola.iit.uni-miskolc.hu/ucsim/")
(synopsis "Simulators for various microcontroller families") (synopsis "Simulators for various microcontroller families")
(description "μCsim is a collection of software simulators for (description "μCsim is a collection of software simulators for