mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
647888845c
100 changed files with 1294 additions and 694 deletions
|
@ -144,9 +144,9 @@ keys, no previous conversation is compromised.")
|
|||
#:configure-flags '("-DBUILD_SHARED_LIBS=on" "-DBUILD_TESTING=1")))
|
||||
(build-system cmake-build-system)
|
||||
(inputs `( ;; Required for tests:
|
||||
("check", check)
|
||||
("openssl", openssl)))
|
||||
(native-inputs `(("pkg-config", pkg-config)))
|
||||
("check" ,check)
|
||||
("openssl" ,openssl)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://github.com/WhisperSystems/libsignal-protocol-c")
|
||||
(synopsis "Implementation of a ratcheting forward secrecy protocol")
|
||||
(description "libsignal-protocol-c is an implementation of a ratcheting
|
||||
|
@ -614,8 +614,8 @@ end-to-end encryption support; XML console.")
|
|||
(assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
|
||||
(inputs
|
||||
`(("libgee" ,libgee)
|
||||
("libsignal-protocol-c", libsignal-protocol-c)
|
||||
("libgcrypt", libgcrypt)
|
||||
("libsignal-protocol-c" ,libsignal-protocol-c)
|
||||
("libgcrypt" ,libgcrypt)
|
||||
("libsoup" ,libsoup)
|
||||
("sqlite" ,sqlite)
|
||||
("gpgme" ,gpgme)
|
||||
|
@ -624,7 +624,7 @@ end-to-end encryption support; XML console.")
|
|||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("libsignal-protocol-c-source", (package-source libsignal-protocol-c))
|
||||
("libsignal-protocol-c-source" ,(package-source libsignal-protocol-c))
|
||||
("glib" ,glib "bin")
|
||||
("vala" ,vala)
|
||||
("gettext" ,gettext-minimal)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue