Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nlohmann_json: 3.7.3 -> 3.8.0 #90637

Closed
wants to merge 1 commit into from

Conversation

r-ryantm
Copy link
Contributor

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

meta.description for nlohmann_json is: "Header only C++ library for the JSON file format"

meta.homepage for nlohmann_json is: "https://github.com/nlohmann/json"

meta.changelog for nlohmann_json is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
214 total rebuild path(s)

60 package rebuild(s)

60 x86_64-linux rebuild(s)
53 i686-linux rebuild(s)
49 x86_64-darwin rebuild(s)
52 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
bundix
cabal2nix
cachix
common-updater-scripts
cpp-ipfs-api
crystal2nix
dep2nix
disnix
disnixos
fusionInventory
giada
go2nix
haskellPackages.cachix
haskellPackages.nix-paths
hydra-migration
hydra-unstable
lispPackages.quicklisp-to-nix
lispPackages.quicklisp-to-nix-system-info
mtxclient
nheko
nix
nix-build-uncached
nix-bundle
nix-direnv
nix-du
nix-exec
nix-index
nix-pin
nix-plugins
nix-prefetch
nix-prefetch-bzr
nix-prefetch-cvs
nix-prefetch-docker
nix-prefetch-git
nix-prefetch-hg
nix-prefetch-scripts
nix-prefetch-svn
nix-serve
nix-update
nix-update-source
nixFlakes
nixStable
nixUnstable
nixos-generators
nixos-shell
nixpkgs-review
nixui
nlohmann_json
pantheon.nixpkgs-github-update
poedit
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nlohmann_json https://github.com/r-ryantm/nixpkgs/archive/594a769cee97fe16b38aee7aa20ee7f1152d3770.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0
ls -la /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

7 packages marked as broken and skipped:
- cadaver
- nix-delegate
- nix-deploy
- nix-exec
- python37Packages.pythonnet
- python38Packages.nixpkgs-pytools
- python38Packages.pythonnet
6 packages failed to build:
- disnix
- disnixos
- hydra-unstable
- nixFlakes
- nixUnstable
- python37Packages.nixpkgs
49 packages built:
- bundix
- cabal2nix
- cachix
- common-updater-scripts
- cpp-ipfs-api
- crystal2nix
- dep2nix
- fusionInventory
- giada
- go2nix
- hydra-migration
- lispPackages.quicklisp-to-nix
- lispPackages.quicklisp-to-nix-system-info
- mtxclient
- nheko
- nix (nixStable)
- nix-binary-cache
- nix-build-uncached
- nix-bundle
- nix-direnv
- nix-du
- nix-index
- nix-pin
- nix-plugins
- nix-prefetch
- nix-prefetch-bzr
- nix-prefetch-cvs
- nix-prefetch-docker
- nix-prefetch-git
- nix-prefetch-hg
- nix-prefetch-scripts
- nix-prefetch-svn
- nix-review (nixpkgs-review)
- nix-serve
- nix-update
- nix-update-source
- nixos-generators
- nixos-shell
- nixui
- nlohmann_json
- pantheon.nixpkgs-github-update
- poedit
- python37Packages.pythonix
- python38Packages.nixpkgs
- python38Packages.pythonix
- sycl-info
- toxvpn
- vgo2nix
- vulnix

Maintainer pings

@nh2
Copy link
Contributor

nh2 commented Jun 28, 2020

Changelog says:

All changes are backward-compatible.

But nixUnstable fails with error:

src/libexpr/json-to-value.cc: In function 'void nix::parseJSON(nix::EvalState&, const string&, nix::Value&)':
src/libexpr/json-to-value.cc:154:13: error: cannot declare variable 'parser' to be of abstract type 'nix::JSONSax'
  154 |     JSONSax parser(state, v);
      |             ^~~~~~
src/libexpr/json-to-value.cc:12:7: note:   because the following virtual functions are pure within 'nix::JSONSax':
   12 | class JSONSax : nlohmann::json_sax<json> {
      |       ^~~~~~~
Click to expand
src/libexpr/json-to-value.cc: In function 'void nix::parseJSON(nix::EvalState&, const string&, nix::Value&)':
src/libexpr/json-to-value.cc:154:13: error: cannot declare variable 'parser' to be of abstract type 'nix::JSONSax'
  154 |     JSONSax parser(state, v);
      |             ^~~~~~
src/libexpr/json-to-value.cc:12:7: note:   because the following virtual functions are pure within 'nix::JSONSax':
   12 | class JSONSax : nlohmann::json_sax<json> {
      |       ^~~~~~~
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:18,
                 from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/json_sax.hpp:81:18: note:         'bool nlohmann::json_sax<BasicJsonType>::binary(nlohmann::json_sax<BasicJsonType>::binary_t&) [with BasicJsonType = nlohmann::basic_json<>; nlohmann::json_sax<BasicJsonType>::binary_t = nlohmann::byte_container_with_subtype<std::vector<unsigned char> >]'
   81 |     virtual bool binary(binary_t& val) = 0;
      |                  ^~~~~~
  CXX    src/libexpr/function-trace.o
  CXX    src/libstore/build.o
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp: In instantiation of 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::parse_cbor_internal(bool) [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax]':
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:100:26:   required from 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::sax_parse(nlohmann::detail::input_format_t, nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::json_sax_t*, bool) [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax; nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::json_sax_t = nix::JSONSax]'
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:6744:16:   required from 'static bool nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::sax_parse(InputType&&, SAX*, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::input_format_t, bool) [with InputType = const std::__cxx11::basic_string<char>&; SAX = nix::JSONSax; ObjectType = std::map; ArrayType = std::vector; StringType = std::__cxx11::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberUnsignedType = long unsigned int; NumberFloatType = double; AllocatorType = std::allocator; JSONSerializer = nlohmann::adl_serializer; BinaryType = std::vector<unsigned char>; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::input_format_t = nlohmann::detail::input_format_t]'
src/libexpr/json-to-value.cc:155:43:   required from here
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:538:43: error: 'bool nlohmann::json_sax<BasicJsonType>::binary(nlohmann::json_sax<BasicJsonType>::binary_t&) [with BasicJsonType = nlohmann::basic_json<>; nlohmann::json_sax<BasicJsonType>::binary_t = nlohmann::byte_container_with_subtype<std::vector<unsigned char> >]' is inaccessible within this context
  538 |                 return get_cbor_binary(b) and sax->binary(b);
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:18,
                 from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/json_sax.hpp:81:18: note: declared here
   81 |     virtual bool binary(binary_t& val) = 0;
      |                  ^~~~~~
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:538:43: error: 'nlohmann::json_sax<nlohmann::basic_json<> >' is not an accessible base of 'nlohmann::detail::binary_reader<nlohmann::basic_json<>, nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >, nix::JSONSax>::json_sax_t' {aka 'nix::JSONSax'}
  538 |                 return get_cbor_binary(b) and sax->binary(b);
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp: In instantiation of 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::parse_msgpack_internal() [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax]':
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:104:26:   required from 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::sax_parse(nlohmann::detail::input_format_t, nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::json_sax_t*, bool) [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax; nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::json_sax_t = nix::JSONSax]'
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:6744:16:   required from 'static bool nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::sax_parse(InputType&&, SAX*, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::input_format_t, bool) [with InputType = const std::__cxx11::basic_string<char>&; SAX = nix::JSONSax; ObjectType = std::map; ArrayType = std::vector; StringType = std::__cxx11::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberUnsignedType = long unsigned int; NumberFloatType = double; AllocatorType = std::allocator; JSONSerializer = nlohmann::adl_serializer; BinaryType = std::vector<unsigned char>; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::input_format_t = nlohmann::detail::input_format_t]'
src/libexpr/json-to-value.cc:155:43:   required from here
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:1288:46: error: 'bool nlohmann::json_sax<BasicJsonType>::binary(nlohmann::json_sax<BasicJsonType>::binary_t&) [with BasicJsonType = nlohmann::basic_json<>; nlohmann::json_sax<BasicJsonType>::binary_t = nlohmann::byte_container_with_subtype<std::vector<unsigned char> >]' is inaccessible within this context
 1288 |                 return get_msgpack_binary(b) and sax->binary(b);
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:18,
                 from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/json_sax.hpp:81:18: note: declared here
   81 |     virtual bool binary(binary_t& val) = 0;
      |                  ^~~~~~
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:1288:46: error: 'nlohmann::json_sax<nlohmann::basic_json<> >' is not an accessible base of 'nlohmann::detail::binary_reader<nlohmann::basic_json<>, nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >, nix::JSONSax>::json_sax_t' {aka 'nix::JSONSax'}
 1288 |                 return get_msgpack_binary(b) and sax->binary(b);
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp: In instantiation of 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::parse_bson_element_internal(nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::char_int_type, std::size_t) [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax; nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::char_int_type = int; std::size_t = long unsigned int]':
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:350:17:   required from 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::parse_bson_element_list(bool) [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax]'
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:156:13:   required from 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::parse_bson_internal() [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax]'
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:96:26:   required from 'bool nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::sax_parse(nlohmann::detail::input_format_t, nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::json_sax_t*, bool) [with BasicJsonType = nlohmann::basic_json<>; InputAdapterType = nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >; SAX = nix::JSONSax; nlohmann::detail::binary_reader<BasicJsonType, InputAdapterType, SAX>::json_sax_t = nix::JSONSax]'
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:6744:16:   required from 'static bool nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::sax_parse(InputType&&, SAX*, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::input_format_t, bool) [with InputType = const std::__cxx11::basic_string<char>&; SAX = nix::JSONSax; ObjectType = std::map; ArrayType = std::vector; StringType = std::__cxx11::basic_string<char>; BooleanType = bool; NumberIntegerType = long int; NumberUnsignedType = long unsigned int; NumberFloatType = double; AllocatorType = std::allocator; JSONSerializer = nlohmann::adl_serializer; BinaryType = std::vector<unsigned char>; nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType>::input_format_t = nlohmann::detail::input_format_t]'
src/libexpr/json-to-value.cc:155:43:   required from here
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:282:114: error: 'bool nlohmann::json_sax<BasicJsonType>::binary(nlohmann::json_sax<BasicJsonType>::binary_t&) [with BasicJsonType = nlohmann::basic_json<>; nlohmann::json_sax<BasicJsonType>::binary_t = nlohmann::byte_container_with_subtype<std::vector<unsigned char> >]' is inaccessible within this context
  282 |                 return get_number<std::int32_t, true>(input_format_t::bson, len) and get_bson_binary(len, value) and sax->binary(value);
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:18,
                 from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/json_sax.hpp:81:18: note: declared here
   81 |     virtual bool binary(binary_t& val) = 0;
      |                  ^~~~~~
In file included from /nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/json.hpp:56,
                 from src/libexpr/json-to-value.cc:4:
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0/include/nlohmann/detail/input/binary_reader.hpp:282:114: error: 'nlohmann::json_sax<nlohmann::basic_json<> >' is not an accessible base of 'nlohmann::detail::binary_reader<nlohmann::basic_json<>, nlohmann::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> > >, nix::JSONSax>::json_sax_t' {aka 'nix::JSONSax'}
  282 |                 return get_number<std::int32_t, true>(input_format_t::bson, len) and get_bson_binary(len, value) and sax->binary(value);
  CXX    src/nix/sigs.o
  CXX    src/libexpr/eval.o
make: *** [mk/patterns.mk:3: src/libexpr/json-to-value.o] Error 1
make: *** Waiting for unfinished jobs....
builder for '/nix/store/4spy4b4hv8lf0plzxmbd9aiy9m8iqxfi-nix-2.4pre7534_b92f58f6.drv' failed with exit code 2

CC @edolstra

@r-ryantm r-ryantm closed this Jul 1, 2020
@r-ryantm r-ryantm deleted the auto-update/nlohmann_json branch July 1, 2020 04:38
@ryantm ryantm restored the auto-update/nlohmann_json branch July 1, 2020 04:59
@ryantm ryantm reopened this Jul 1, 2020
matthewbauer added a commit to obsidiansystems/nix that referenced this pull request Jul 3, 2020
nixpkgs pr: NixOS/nixpkgs#90637

needed for ::binary
@doronbehar
Copy link
Contributor

@GrahamcOfBorg eval

@colemickens colemickens mentioned this pull request Sep 5, 2020
10 tasks
@ryantm ryantm closed this Oct 20, 2020
@r-ryantm r-ryantm deleted the auto-update/nlohmann_json branch October 21, 2020 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants