guix-commits
[Top][All Lists]
Advanced

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

21/21: gnu: eid-mw: Don't try to bootstrap twice.


From: guix-commits
Subject: 21/21: gnu: eid-mw: Don't try to bootstrap twice.
Date: Wed, 11 Nov 2020 11:49:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c746acf3a13983730cf640a901c97c893461aea4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 11 17:46:18 2020 +0100

    gnu: eid-mw: Don't try to bootstrap twice.
    
    * gnu/packages/security-token.scm (eid-mw)[arguments]: Replace the
    build system's ‘bootstrap’ phase instead of creating another one.
---
 gnu/packages/security-token.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 09222b5..45610c4 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -136,7 +136,7 @@ readers and is needed to communicate with such devices 
through the
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'bootstrap
+         (replace 'bootstrap
            (lambda _
              ;; configure.ac relies on ‘git --describe’ to get the version.
              ;; Patch it to just return the real version number directly.



reply via email to

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