mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cuirass: Update to 1.2.0-3.42b55a1.
* gnu/packages/ci.scm (cuirass): Update to 1.2.0-3.42b55a1, fixing build. Change-Id: I06850f5a33fd9366ff890345cdd8d60155617c63
This commit is contained in:
parent
4901f1b604
commit
e66b8d0534
1 changed files with 9 additions and 4 deletions
|
@ -60,8 +60,8 @@ (define-module (gnu packages ci)
|
|||
#:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
|
||||
|
||||
(define-public cuirass
|
||||
(let ((commit "7bcd3d079f0ec45ac50f0dbc14eb4ec68c6a6b53")
|
||||
(revision "2"))
|
||||
(let ((commit "42b55a17df694ca94008aa76762d2cdc92b6b193")
|
||||
(revision "3"))
|
||||
(package
|
||||
(name "cuirass")
|
||||
(version (git-version "1.2.0" revision commit))
|
||||
|
@ -74,7 +74,7 @@ (define-public cuirass
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x92dsck8ryyqz5cbs6i11wdrsbagrl85jddzc52rmwzqzrig9j2"))))
|
||||
"0pis03s3r5z9mz2ag10d53gak4r53nhimy18v5jyfzg4f6smn6vx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:modules `((guix build utils)
|
||||
|
@ -153,7 +153,12 @@ (define (sub-directory suffix)
|
|||
|
||||
guix))
|
||||
(native-inputs
|
||||
(list autoconf-2.71 automake pkg-config texinfo ephemeralpg))
|
||||
(list autoconf-2.71
|
||||
automake
|
||||
pkg-config
|
||||
texinfo
|
||||
ephemeralpg
|
||||
esbuild))
|
||||
(native-search-paths
|
||||
;; For HTTPS access, Cuirass itself honors these variables, with the
|
||||
;; same semantics as Git and OpenSSL (respectively).
|
||||
|
|
Loading…
Reference in a new issue