Age | Commit message (Expand) | Author |
2023-08-13 | gnu: graphicsmagick: Update to 1.3.40....* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.40.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Andy Tai |
2022-09-09 | gnu: graphicsmagick: Use G-expression....* gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Use gexp.
| Marius Bakke |
2022-09-09 | gnu: graphicsmagick: Remove input labels....* gnu/packages/imagemagick.scm (graphicsmagick)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY.
| Marius Bakke |
2022-09-09 | gnu: graphicsmagick: Update to 1.3.38....* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.38.
| Marius Bakke |
g-tooltip'>* gnu/packages/protobuf.scm (protobuf-3.20): New variable.
Ricardo Wurmus |
2023-04-21 | gnu: python-protobuf-3.6: Patch for Python 3.10....* gnu/packages/protobuf.scm (python-protobuf-3.6)[arguments]: Patch
collections import.
[native-inputs]: Add python-setuptools-for-tensorflow.
| Ricardo Wurmus |
2023-04-19 | gnu: Remove python-typing-extensions-next....* gnu/packages/python-xyz.scm (python-typing-extensions-next): Delete variable.
| Maxim Cournoyer |
2023-03-28 | gnu: ruby-protobuf: Update to 3.10.3....* gnu/packages/protobuf.scm (ruby-protobuf): Update to 3.10.3. Delete
trailing #t.
[arguments]: Use search-input-file in patch-protoc phase. Honor #:tests? in
check phase.
| Maxim Cournoyer |
2023-03-28 | gnu: ruby-activesupport: Update to 7.0.4.3....* gnu/packages/ruby.scm (ruby-activesupport): Move to...
* gnu/packages/rails.scm (ruby-activesupport): ... here.
(%ruby-rails-version, ruby-rails-monorepo): New variables.
(ruby-activesupport): Update to 7.0.4.3.
[arguments]: Use gexps. Add the delete-gemfiles, chdir, check-setup and
delete-problematic-tests phases. Delete check phase override.
[native-inputs]: New field.
[propagated-inputs]: Remove ruby-zeitwerk. Replace ruby-minitest with
ruby-minitest-5.15.
[home-page]: Update URL.
| Maxim Cournoyer |
2023-03-28 | gnu: Remove ruby-protobuf-cucumber....The package is no longer used by ruby-cucumber-messages, its sole user. It is
unmaintained.
* gnu/packages/protobuf.scm (ruby-protobuf-cucumber): Delete variable.
| Maxim Cournoyer |
2022-12-04 | 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-02 | gnu: 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-22 | gnu: 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-20 | gnu: 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-14 | gnu: 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-11 | gnu: Add protobuf-c-for-aiscm....* gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable.
| Ricardo Wurmus |