guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: erlang: Delete the bootstrap phase.


From: Christopher Baines
Subject: 01/03: gnu: erlang: Delete the bootstrap phase.
Date: Tue, 12 Jun 2018 02:48:23 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 9b25e1d1248da83fa3f39f8fe163b842ec4c4d5a
Author: Christopher Baines <address@hidden>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]