mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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.
This commit is contained in:
parent
e6e31a59eb
commit
c746acf3a1
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ (define-public eid-mw
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'bootstrap
|
(replace 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
;; configure.ac relies on ‘git --describe’ to get the version.
|
;; configure.ac relies on ‘git --describe’ to get the version.
|
||||||
;; Patch it to just return the real version number directly.
|
;; Patch it to just return the real version number directly.
|
||||||
|
|
Loading…
Reference in a new issue