gnu: erlang: Delete the bootstrap phase.

This fails for the erlang package, as the gnu build system attempts to execute
the bootstrap directory.

* gnu/packages/erlang.scm (erlang)[arguments]: Delete the bootstrap phase.
This commit is contained in:
Christopher Baines 2018-06-12 07:41:45 +01:00
parent 6321ce42ab
commit 9b25e1d124
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -89,6 +89,7 @@ (define-public erlang
(guix build gnu-build-system))
#:phases
(modify-phases %standard-phases
(delete 'bootstrap)
;; The are several code fragments that embed timestamps into the
;; output. Here, we alter those fragments to use the value of
;; SOURCE_DATE_EPOCH instead.