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:
parent
6321ce42ab
commit
9b25e1d124
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue