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.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
(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.