gnu: erlang: Add chunks compilation.
* gnu/packages/erlang.scm (erlang): Add chunks compilation. Change-Id: I81037864ac38f5a2a6cf8eac2fe0523e6500c78b Signed-off-by: Andrew Tropin <andrew@trop.in>master
parent
70a316c884
commit
8690f678f3
|
@ -181,7 +181,10 @@
|
|||
(share (string-append out "/share/")))
|
||||
(mkdir-p 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/")
|
||||
(synopsis "The Erlang programming language")
|
||||
(description
|
||||
|
|
Reference in New Issue