3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Tobias Geerinckx-Rice 2020-11-11 17:46:18 +01:00
parent e6e31a59eb
commit c746acf3a1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.