aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libedit.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-29 13:43:49 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:10 +0800
commitc9fd3d1b84086b3f0e95e2473fb40248d202bc53 (patch)
treec902d37e0d2c390d2b7bb903f50c95bef33a6158 /gnu/packages/libedit.scm
parenta95eaf4ebe85836567599faf3313e29c4417f69f (diff)
downloadguix-c9fd3d1b84086b3f0e95e2473fb40248d202bc53.tar.gz
guix-c9fd3d1b84086b3f0e95e2473fb40248d202bc53.zip
gnu: libktorrent: Update to 23.04.3.
* gnu/packages/kde-internet.scm (libktorrent): Update to 23.04.3.
Diffstat (limited to 'gnu/packages/libedit.scm')
0 files changed, 0 insertions, 0 deletions
d8d71edb8ace2cdf86322aafe7'>gnu: python-protobuf@3.6: Fix inputs and arguments....Fixes a regression introduced in 9b016e29912b11f52e67e59b211fa016d88fea4a, whereby the 'inputs' field would be invalid, plus "--cpp_implementation" wouldn't work. * gnu/packages/protobuf.scm (python-protobuf-3.6)[arguments]: New field. [inputs]: No longer refer to the inputs of PYTHON-PROTOBUF. Ludovic Courtès 2022-12-02gnu: python-protobuf: Use C++ implementation....* gnu/packages/protobuf.scm (python-protobuf): Use C++ implementation. [inputs]: Add protobuf. [arguments]: Add --cpp_implementation configure flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ontje Lünsdorf 2022-11-22gnu: protobuf@3.5: Inherit from protobuf@3.6....* gnu/packages/protobuf.scm (protobuf-3.5): Change inheritance, so it gets the correct build system and phases. Marius Bakke 2022-11-20gnu: protobuf@2: Fix build....* gnu/packages/protobuf.scm (protobuf-2)[build-system]: Set to GNU-BUILD-SYSTEM. [arguments]: Clear. [outputs]: Remove "static". Marius Bakke 2022-11-14gnu: protobuf-2: Use gexp in arguments....This fixes the breakage introduced when the protobuf package switched to using gexp's in the arguments. The package doesn't build, but at least the builder is now deterministic and valid Guile. * gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's. Christopher Baines 2022-11-11gnu: Add protobuf-c-for-aiscm....* gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable. Ricardo Wurmus 2022-11-06gnu: protobuf-c: Update to 1.4.1....* gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1. Maxim Cournoyer 2022-11-06gnu: protobuf: Unbundle googletest....* gnu/packages/protobuf.scm (protobuf) [origin]: Delete third_party directory in snippet. [configure-flags]: Add "-Dprotobuf_USE_EXTERNAL_GTEST=ON". [native-inputs]: Add googletest. Maxim Cournoyer 2022-11-06gnu: protobuf: Update to 3.21.9....* gnu/packages/protobuf.scm (protobuf): Update to 3.21.9. Move outputs field before build system. Move inputs field below arguments. [source]: Apply patch and update URL. [build-system]: Use cmake-build-system. This causes the CMake support files to be installed, which is expected by some packages such as hyperledger-iroha. [arguments]: Use gexps. [configure-flags]: Add BUILD_SHARED_LIBS=ON. [phases]: Add set-c++-standard. [home-page]: Update URL. (protobuf-3.6): Adjust to continue using the gnu-build-system. * gnu/packages/patches/protobuf-fix-build-on-32bit.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. Maxim Cournoyer 2022-10-27gnu: python-mypy-protobuf: Switch to pyproject-build-system....* gnu/packages/protobuf.scm (python-mypy-protobuf)[build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove redundant phases. [native-inputs]: Remove PYTHON-PYPA-BUILD. Marius Bakke 2022-08-31gnu: Add python-mypy-protobuf....* gnu/packages/protobuf.scm (python-mypy-protobuf): New variable. Maxim Cournoyer 2022-08-31gnu: Add python-nanopb....* gnu/packages/protobuf.scm (python-nanopb): New variable. Maxim Cournoyer 2022-08-31gnu: Add nanopb....* gnu/packages/protobuf.scm (nanopb): New variable. Maxim Cournoyer 2022-07-24gnu: fstrm: Refer to HPND licence by name....* gnu/packages/protobuf.scm (fstrm)[license]: Use license:hpnd directly. Tobias Geerinckx-Rice 2022-07-24gnu: fstrm: Omit static library....* gnu/packages/protobuf.scm (fstrm)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice 2022-07-24gnu: fstrm: Update to 0.6.1....* gnu/packages/protobuf.scm (fstrm): Update to 0.6.1. [license]: Update too. Tobias Geerinckx-Rice 2022-07-12gnu: protobuf-2: Fix build....Partially fixes <https://issues.guix.gnu.org/51093>. * gnu/packages/protobuf.scm (protobuf-2) [phases]{disable-broken-tests}: Delete phase. Maxim Cournoyer 2022-05-31gnu: Remove python2-protobuf....* gnu/packages/protobuf.scm (python2-protobuf): Delete variable. Maxim Cournoyer 2022-05-27gnu: python-protobuf-3.6: Add missing input....This was removed from python-protobuf in 5f8491ea95d7ba88801aa28b6d2b98f30b033186. * gnu/packages/protobuf.scm (python-protobuf-3.6)[inputs]: Add python-six. Christopher Baines 2022-05-20gnu: Add python-proto-plus....* gnu/packages/protobuf.scm (python-proto-plus): New variable. Ricardo Wurmus 2022-05-20gnu: python-protobuf: Update to 3.20.1....* gnu/packages/protobuf.scm (python-protobuf): Update to 3.20.1. [native-inputs]: Remove python-wheel. [propagated-inputs]: Remove python-six. Ricardo Wurmus 2022-01-16gnu: protozero: Update to 1.7.1....* gnu/packages/protobuf.scm (protozero): Update to 1.7.1. Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner