mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: signify: Update to 28.
* gnu/packages/crypto.scm (signify): Update to 28. [arguments]: Remove #:tests?.
This commit is contained in:
parent
03f40ce6d3
commit
2296e63019
1 changed files with 3 additions and 4 deletions
|
@ -132,7 +132,7 @@ (define-public libmd
|
|||
(define-public signify
|
||||
(package
|
||||
(name "signify")
|
||||
(version "27")
|
||||
(version "28")
|
||||
(home-page "https://github.com/aperezdc/signify")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -140,13 +140,12 @@ (define-public signify
|
|||
"/download/v" version "/signify-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ngjsqz95yb0knlw9zs02fnclif40s63r1mydgiv17ii3mds82df"))))
|
||||
"05v970glhpaxv0m4cnidfxsdnsjp12nf2crzrdq4ml7g5a3g6hdq"))))
|
||||
(build-system gnu-build-system)
|
||||
;; TODO Build with libwaive (described in README.md), to implement something
|
||||
;; like OpenBSD's pledge().
|
||||
(arguments
|
||||
`(#:tests? #f ; no test suite
|
||||
#:make-flags
|
||||
`(#:make-flags
|
||||
(list "CC=gcc"
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue