mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: erlang: Add chunks compilation.
* gnu/packages/erlang.scm (erlang): Add chunks compilation. Change-Id: I81037864ac38f5a2a6cf8eac2fe0523e6500c78b Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
70a316c884
commit
8690f678f3
1 changed files with 4 additions and 1 deletions
|
@ -181,7 +181,10 @@ (define-public erlang
|
||||||
(share (string-append out "/share/")))
|
(share (string-append out "/share/")))
|
||||||
(mkdir-p share)
|
(mkdir-p share)
|
||||||
(with-directory-excursion share
|
(with-directory-excursion share
|
||||||
(invoke "tar" "xvf" manpages))))))))
|
(invoke "tar" "xvf" manpages)))))
|
||||||
|
(add-after 'install-doc 'install-chunks
|
||||||
|
(lambda _
|
||||||
|
(invoke "make" "install-docs" "DOC_TARGETS=chunks"))))))
|
||||||
(home-page "https://www.erlang.org/")
|
(home-page "https://www.erlang.org/")
|
||||||
(synopsis "The Erlang programming language")
|
(synopsis "The Erlang programming language")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue