Merge branch 'master' into core-updates

This commit is contained in:
Marius Bakke 2018-05-06 15:56:24 +02:00
commit 12bd588346
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
77 changed files with 4355 additions and 1687 deletions

View file

@ -111,12 +111,12 @@
(lambda* (#:key make-flags #:allow-other-keys)
(apply invoke "./b2" "install" make-flags))))))
(home-page "http://www.boost.org")
(home-page "https://www.boost.org")
(synopsis "Peer-reviewed portable C++ source libraries")
(description
"A collection of libraries intended to be widely useful, and usable
across a broad spectrum of applications.")
(license (license:x11-style "http://www.boost.org/LICENSE_1_0.txt"
(license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt"
"Some components have other similar licences."))))
(define-public boost-sync
@ -149,7 +149,7 @@ across a broad spectrum of applications.")
(description "The Boost.Sync library provides mutexes, semaphores, locks
and events and other thread related facilities. Boost.Sync originated from
Boost.Thread.")
(license (license:x11-style "http://www.boost.org/LICENSE_1_0.txt")))))
(license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt")))))
(define-public mdds
(package