mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: signify: Complete update to 31.
* gnu/packages/crypto.scm (signify)[source]: Add snippet to delete bundled libbsd. [license]: Drop bsd-4 as it was replaced with bsd-3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9c4d3c6f2b
commit
2bb0f9bac6
1 changed files with 4 additions and 2 deletions
|
@ -224,7 +224,9 @@ (define-public signify
|
|||
"/download/v" version "/signify-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x1bipfphnyvf2kl7n9q4gawaglma79368vb8whama6lxsggsm8i"))))
|
||||
"0x1bipfphnyvf2kl7n9q4gawaglma79368vb8whama6lxsggsm8i"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(delete-file-recursively "libbsd"))))
|
||||
(build-system gnu-build-system)
|
||||
;; TODO Build with libwaive (described in README.md), to implement something
|
||||
;; like OpenBSD's pledge().
|
||||
|
@ -246,7 +248,7 @@ (define-public signify
|
|||
OpenBSD tool of the same name.")
|
||||
;; This package includes third-party code that was originally released under
|
||||
;; various non-copyleft licenses. See the source files for clarification.
|
||||
(license (list license:bsd-3 license:bsd-4 license:expat license:isc
|
||||
(license (list license:bsd-3 license:expat license:isc
|
||||
license:public-domain (license:non-copyleft
|
||||
"file://base64.c"
|
||||
"See base64.c in the distribution for
|
||||
|
|
Loading…
Reference in a new issue