me
/
guix
Archived
1
0
Fork 0

gnu: libtoxcore: Update to 0.0.0-2.bf69b54.

* gnu/packages/messaging.scm (libtoxcore): Update to 0.0.0-2.bf69b54.
[native-inputs]: Add check.
master
Ricardo Wurmus 2018-11-11 20:50:30 +01:00
parent e874f34d3f
commit aaf0e47f6d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 6 deletions

View File

@ -818,8 +818,8 @@ protocols.")
(license license:x11))) (license license:x11)))
(define-public libtoxcore (define-public libtoxcore
(let ((revision "1") (let ((revision "2")
(commit "755f084e8720b349026c85afbad58954cb7ff1d4")) (commit "bf69b54f64003d160d759068f4816b2d9b2e1e21"))
(package (package
(name "libtoxcore") (name "libtoxcore")
(version (string-append "0.0.0" "-" (version (string-append "0.0.0" "-"
@ -832,20 +832,19 @@ protocols.")
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0ap1gvlyihnfivv235dbrgsxsiiz70bhlmlr5gn1027w3h5kqz8w")))) "11lqra4yd7v293cp286ynff5lqz1pprzg8vn3wq6vryj08g88zqb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:tests? #f)) ; FIXME: tests hang, some fail.
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("libtool" ,libtool) ("libtool" ,libtool)
;; TODO: Add when test suite is capable of passing. ("check" ,check)
;; ("check" ,check)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libsodium" ,libsodium) `(("libsodium" ,libsodium)
("opus" ,opus) ("opus" ,opus)
("libvpx" ,libvpx))) ("libvpx" ,libvpx)))
(arguments `(#:tests? #f)) ; FIXME: Testsuite fails, reasons unspecific.
(synopsis "Library for the Tox encrypted messenger protocol") (synopsis "Library for the Tox encrypted messenger protocol")
(description (description
"C library implementation of the Tox encrypted messenger protocol.") "C library implementation of the Tox encrypted messenger protocol.")