mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: eid-mw: Update to 4.4.13.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.13. [arguments]: Avoid spurious ‘git: command not found’ during build.
This commit is contained in:
parent
71a5da8e11
commit
249deec95f
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2016 Mike Gerwitz <mtg@gnu.org>
|
;;; Copyright © 2016 Mike Gerwitz <mtg@gnu.org>
|
||||||
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
|
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
|
||||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
|
@ -95,7 +95,7 @@ (define-public ccid
|
||||||
(define-public eid-mw
|
(define-public eid-mw
|
||||||
(package
|
(package
|
||||||
(name "eid-mw")
|
(name "eid-mw")
|
||||||
(version "4.4.3")
|
(version "4.4.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -103,7 +103,7 @@ (define-public eid-mw
|
||||||
(url "https://github.com/Fedict/eid-mw")
|
(url "https://github.com/Fedict/eid-mw")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h90iz4l85drchpkmhlsvg7f9abhw6890fdr9x5n5ir3kxikwcdm"))))
|
(base32 "14bgn2k0xbd6241qdghg787pgxy7k9rvcspaf74zwwyibaqknzyx"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
@ -130,7 +130,7 @@ (define-public eid-mw
|
||||||
;; Patch it to just return the real version number directly.
|
;; Patch it to just return the real version number directly.
|
||||||
(substitute* "scripts/build-aux/genver.sh"
|
(substitute* "scripts/build-aux/genver.sh"
|
||||||
(("/bin/sh") (which "sh"))
|
(("/bin/sh") (which "sh"))
|
||||||
(("\\$GITDESC") ,version))
|
(("^(GITDESC=).*" match) (string-append match ,version "\n")))
|
||||||
(invoke "sh" "./bootstrap.sh"))))))
|
(invoke "sh" "./bootstrap.sh"))))))
|
||||||
(synopsis "Belgian eID Middleware")
|
(synopsis "Belgian eID Middleware")
|
||||||
(description "The Belgian eID Middleware is required to authenticate with
|
(description "The Belgian eID Middleware is required to authenticate with
|
||||||
|
|
Loading…
Reference in a new issue