aboutsummaryrefslogtreecommitdiff
path: root/tests/combinators.scm
diff options
context:
space:
mode:
authorBrendan Tildesley <brendan.tildesley@openmailbox.org>2017-05-14 17:01:06 +1000
committerMarius Bakke <mbakke@fastmail.com>2017-05-19 23:49:21 +0200
commitaffaf98f7747347e6be28aa9ebf54a0509ca5155 (patch)
tree8fbc04fcac006ca5fd13235c330cbddea6c66e03 /tests/combinators.scm
parent9b7dcc27031ddad451d75ed85a5681ff2210be00 (diff)
downloadguix-affaf98f7747347e6be28aa9ebf54a0509ca5155.tar.gz
guix-affaf98f7747347e6be28aa9ebf54a0509ca5155.zip
gnu: calibre: Add exhaustive license list.
* gnu/packages/ebook.scm (calibre): Add exhaustive license list. (chmlib)[license]: Use license: prefix. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'tests/combinators.scm')
0 files changed, 0 insertions, 0 deletions
ackages require C++14 support. Fixes <https://bugs.gnu.org/33605>. * gnu/packages/boost.scm (boost)[arguments]: Pass 'cxxflags=-std=c++14' to #:make-flags. Leo Famulari 2018-11-25gnu: mdds: Update to 1.4.3....* gnu/packages/boost.scm (mdds): Update to 1.4.3. Marius Bakke 2018-10-17gnu: boost-for-mysql: Remove unnecessary phase....* gnu/packages/boost.scm (boost-for-mysql)[arguments]: Remove custom 'provide-libboost_python phase. Add removed '/bin/sh' substitution. Efraim Flashner 2018-08-25Merge branch 'staging' into core-updatesMarius Bakke 2018-08-24gnu: boost: Move 1.59.0 definition to boost.scm....Fixes a regression introduced in commit 7cbf06d8c2935abfc6c688cf3f9b99e0e5393960 where the top-level code of these two modules would depend on each other, leading to "boost: unbound variable" kind of errors in some circumstances. * gnu/packages/databases.scm (boost-for-mysql): Move to... * gnu/packages/boost.scm (boost-for-mysql): ... here. Make public and add 'properties' field. Ludovic Courtès 2018-08-23gnu: boost: Update to 1.68.0....* gnu/packages/boost.scm (boost): Update to 1.68.0. [arguments]: Remove /bin/sh substitution. Marius Bakke 2018-08-23gnu: boost: Provide libboost_python compatibility symlink....* gnu/packages/boost.scm (boost)[arguments]: Add phase 'provide-libboost_python'. Marius Bakke 2018-06-06Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus 2018-05-25gnu: boost: Re-enable context and coroutine libraries on MIPS....* gnu/packages/boost.scm (boost)[arguments]: Remove the extra make-flags "--without-context", "--without-coroutine", and "--without-coroutine2" that were previously added on mips64 systems. Mark H Weaver 2018-05-06Merge branch 'master' into core-updatesMarius Bakke 2018-05-01gnu: Use HTTPS for www.boost.org....* gnu/packages/bioinformatics.scm (libgff)[license]: Use HTTPS. * gnu/packages/boost.scm (boost-sync)[license]: Likewise. (boost)[license]: Likewise. [home-page]: Likewise, and use canonical ‘www’ subdomain. Tobias Geerinckx-Rice 2018-05-01gnu: boost: Update to 1.67.0....* gnu/packages/boost.scm (boost): Update to 1.67.0. Tobias Geerinckx-Rice 2018-04-10gnu: boost: Fix ICU support....* gnu/packages/patches/boost-fix-icu-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Add the patch. [arguments]: In the custom configure phase, pass --with-icu=[...] to ./bootstrap.sh Mark H Weaver 2018-03-29Merge branch 'master' into core-updatesMarius Bakke 2018-03-22gnu: Add boost-sync....* gnu/packages/boost.scm (boost-sync): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer 2018-03-18gnu: boost: Simplify phases....* gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from 'configure', 'build', and 'install' phases. Mark H Weaver 2018-03-15gnu: Remove boost-1.66....* gnu/packages/boost.scm (boost-1.66): Remove variable. * gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost. Ricardo Wurmus 2018-03-15gnu: boost: Remove bootstrap phase....* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase. Ricardo Wurmus 2018-03-14Merge branch 'master' into core-updatesRicardo Wurmus 2018-03-04gnu: Add boost@1.66.0....* gnu/packages/boost.scm (boost-1.66): New public variable. Marius Bakke 2018-02-19gnu: boost: Update to 1.66.0....* gnu/packages/boost.scm (boost): Update to 1.66.0. [arguments]: Replace system* with invoke. [home-page]: Update URI. Arun Isaac 2018-01-19gnu: mdds: Update to 1.3.1....* gnu/packages/boost.scm (mdds): Update to 1.3.1. Tobias Geerinckx-Rice 2017-06-11gnu: boost: Add ICU support....* gnu/packages/boost.scm (boost)[inputs]: Add icu4c. Leo Famulari 2017-04-26gnu: boost: Update to 1.64.0....* gnu/packages/boost.scm (boost): Update to 1.64.0. Marius Bakke 2017-03-27gnu: mdds: Upgrade to 1.2.2....* gnu/packages/boost.scm (mdds): Upgrade to 1.2.2. Thomas Danckaert 2017-01-17gnu: boost: Update to 1.63.0....* gnu/packages/boost.scm (boost): Update to 1.63.0. Danny Milosavljevic 2016-12-14gnu: mdds: Replace dead Google Code home-page....* gnu/packages/boost.scm (mdds)[home-page]: Update it. Tobias Geerinckx-Rice