Jonathan Ringer
Jonathan Ringer
Trying to build with fmt 7.x results in: ``` /tmp/nix-build-folly-2022.02.07.00.drv-0/source/folly/Range.h:1558:36: error: no matching member function for call to 'format' return formatter::format({s.data(), s.size()}, ctx); ```
Looks like a good tool for doing distributed workloads: https://github.com/bastion-rs/bastion
`repeated_test` relies on `unittest2`, which is longer compatible with python 3.10. Both packages haven't been maintained in 5 years. They should be dropped. related: https://github.com/epsy/sigtools/issues/26
`unittest2` is an unmaintained backport package. Should be conditionally added closes: https://github.com/briancurtin/deprecation/issues/54
Tracking issue for nixpkgs related issues Issues: - [x] Position missing for perl packages https://github.com/NixOS/nixpkgs/pull/158856 - [x] Position missing for many fonts, simple packages (which are largely just fetchers) https://github.com/NixOS/nixpkgs/pull/158844...
Was iterating on this package for Nixpkgs, and found it difficult to consume the `.cmake` configurations as `get_filename_component(_INSTALL_PREFIX "${LIBEVENT_CMAKE_DIR}/../../.." ABSOLUTE)` was not always true. This should be a no-op for...
Nix can build on any linux distro, macos, and many others.
In NixOS, and probably other package repositories, the `systemdsystemunitdir` is read only. So attempting to install it will always fail.
radish-bdd is no longer supported for platform which consume packages as sdists (most package repositories). Related: https://github.com/jenisys/parse_type/issues/17
#### ALL software version info most likely to be relevant: ``` dask==2021.10.0 xarray=0.20.1 datashaer==0.13.0 pandas==1.3.4 ``` literally ALL python packages present in build closure: ``` aiodns-3.0.0 aiohttp-3.8.1 aiosignal-1.2.0 alabaster-0.7.12 aniso8601-9.0.1...