cbaines pushed a commit to branch master in repository guix. commit 9b25e1d1248da83fa3f39f8fe163b842ec4c4d5a Author: Christopher Baines <m...@cbaines.net> Date: Tue Jun 12 07:41:45 2018 +0100
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. --- gnu/packages/erlang.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index 0e2b7b5..55e0e62 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -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.