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
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user