Commit graph

24 commits

Author SHA1 Message Date
R. Ryantm 94f15b682d flatbuffers: 22.10.26 -> 22.11.23 2022-11-25 12:36:07 +00:00
R. Ryantm 43469f52c2 flatbuffers: 2.0.7 -> 22.10.26 2022-10-27 07:07:25 +00:00
R. Ryantm e3745706f2 flatbuffers: 2.0.6 -> 2.0.7 2022-08-23 12:43:01 +00:00
Sergei Trofimovich 951a9bdfc1 flatbuffers: drop unused fetchpatch 2022-08-05 18:12:49 +01:00
Sebastián Mancilla 8a8c18b31e flatbuffers: 2.0.0 -> 2.0.6
- Looks like the tests need access to files in the '<srcdir>/tests'
  directory, so this path needs to be patched now. (Apparently upstream
  uses 'cmake .', and something broke between the versions for out of
  source builds.)

- Python is needed to generate tests, according to CMake output.

- Disable generation of universal binaries on Darwin.
2022-07-26 00:00:38 -04:00
Theodore Ni f51dc95265
flatbuffers: remove version 1.12
It has not been updated upstream for over two years, and it is starting
to become time consuming to maintain.
2022-05-12 02:39:31 -05:00
Malo Bourgon 9e4be53221 treewide: add meta.mainProgram to some libraries
where a single bin is provided and someone might actually want to run it
2022-05-04 18:11:50 -07:00
Sergei Trofimovich bdaa71a14a
flatbuffers: pull pending upstream fix for gcc-12 (#146930) 2021-11-22 15:20:18 -05:00
Sebastián Mancilla 8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Phillip Cloud 5bbe011478 flatbuffers: 1.12.0 -> 2.0.0 2021-06-09 06:42:03 -04:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Sandro Jäckel 00d6056151
flatbuffers: Disable tests temporarily 2021-01-06 23:59:47 +01:00
Robert T. McGibbon cb0b092f2b flatbuffers: unbreak with gcc10 2021-01-04 13:42:18 -05:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Tobias Mayer 27642c1e5c
flatbuffers: 1.11.0 -> 1.12.0 2020-07-14 21:41:09 +02:00
Matthew Bauer e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthew Bauer 89dac3c856 flatbuffers: don’t build tests when cross compiling 2020-04-06 16:36:30 -04:00
Tobias Mayer 0a70128cdc flatbuffers: fix build for musl 2020-01-05 15:13:16 +01:00
Franz Pletz 126300372a
flatbuffers: 1.10.0 -> 1.11.0 2019-11-02 19:50:50 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 2be930cc4a flatbuffers: 1.8.0 -> 1.10.0 (#48521)
* flatbuffers: 1.8.0 -> 1.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatbuffers/versions

* flatbuffers: fix build on Darwin and enable checks

Bazel BUILD file is conflicting with build directory on case-insensitive FS
+ checkPhase now runs "make test"
2018-10-20 15:33:09 +02:00
Ryan Mulligan 9ffc5b3725 flatbuffers: 1.4.0 -> 1.8.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/2zfi5j6wmfb6hbaqmmsbarbjz8r5f333-flatbuffers-1.8.0/bin/flatc --version` and found version 1.8.0
- found 1.8.0 with grep in /nix/store/2zfi5j6wmfb6hbaqmmsbarbjz8r5f333-flatbuffers-1.8.0
- found 1.8.0 in filename of file in /nix/store/2zfi5j6wmfb6hbaqmmsbarbjz8r5f333-flatbuffers-1.8.0
2018-02-25 21:27:23 -08:00
Tom Hunger a4debd6688 flatbuffers: init at 1.4.0 2016-10-20 16:39:10 +01:00