https://hydra.nixos.org/build/70700906
I opened an upstream bug, but their bug system is e-mail based and I
haven't got a single reply which contains an web link :(
Since at least d7bddc27b2, we've had a
situation where one should depend on:
- `stdenv.cc.bintools`: for executables at build time
- `libbfd` or `libiberty`: for those libraries
- `targetPackages.cc.bintools`: for exectuables at *run* time
- `binutils`: only for specifically GNU Binutils's executables,
regardless of the host platform, at run time.
and that commit cleaned up this usage to reflect that. This PR flips the
switch so that:
- `binutils` is indeed unconditionally GNU Binutils
- `binutils-raw`, which previously served that role, is gone.
so that the correct usage will be enforced going forward and everything
is simple.
N.B. In a few cases `binutils-unwrapped` (which before and now was
unconditionally actual GNU binutils), rather than `binutils` was used to
replace old `binutils-raw` as it is friendly towards some cross
compilation usage by avoiding a reference to the next bootstrapping
change.
The following fixes have been applied according to the changelog (https://github.com/ageitgey/face_recognition/releases)
- Added the face_detection CLI command
- Removed dependencies on scipy to make installation easier
- Cleaned up KNN example and fixed a bug with drawing fonts to label detected faces in the demo
Furthermore the maintainer switched to actual GIT tags for PyPI releases
as discussed in ageitgey/face_recognition#417 and #37566
service-runner had a backwards incompatible update, and parsoid 0.9.0
doesn't work with current stable MediaWiki. Instead use as a source
a repository with 0.8.0 and pinned service-runner version.
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/icedtea-web/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws --version` and found version 1.7.1
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws version` and found version 1.7.1
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/itweb-settings --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/itweb-settings help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/policyeditor --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/policyeditor help` got 0 exit code
- found 1.7.1 with grep in /nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1
- directory tree listing: https://gist.github.com/0e5014eea224d7b6d3648167d610e4f0
Don't rely on questionable impact of DT_RPATH on dlopen().
This is a bit of a messy subject, but probably the clearest
reference to motivate *not* relying on how dlopen() behaves
in the presence of RPATH or RUNPATH is the following:
https://sourceware.org/ml/libc-hacker/2002-11/msg00011.html
FWIW the dlopen() manpage only mentions the the RPATH
and RUNPATH in the "executable file for the calling program";
no mention of the executable files for libraries--
this has been brought to the attention of the relevant
parties and AFAICT nothing has been done.
The best reference for glibc behavior is
apparently to ... "try it and see".
Luckily a generous soul did exactly that
and reported the findings:
https://www.spinics.net/lists/linux-man/msg02291.html
Qt wrote on the subject a bit when they were bit by this,
linking to the above articles (directly or indirectly).
See:
http://blog.qt.io/blog/2011/10/28/rpath-and-runpath/
--------
Since we know the path of libGL at build-time for libepoxy,
there's a simple solution we can use to avoid all of this:
simply teach libepoxy to explicitly look in the libGL path.
This commit patches libepoxy to accomplish this,
looking to "LIBGL_PATH" as a fallback if it cannot find
the libraries otherwise.
---------
This fixes use of libepoxy w/musl on NixOS!
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/alembic/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls -h` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls --help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abctree -h` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abctree --help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcconvert --help` got 0 exit code
- found 1.7.7 with grep in /nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin
- directory tree listing: https://gist.github.com/ef5ac862933e11b24f7c82cf0d0c4b16
JDK 7 was technically EOL'd a while ago, although RedHat etc are still
doing updates I believe. However, JDK 8 is the default in the tree and
really used everywhere, and JDK 7 isn't seeing many updates by current maintainers, so dropping it seems appropriate.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Nobody has stepped up to keep maintaining this and it's several
years old, and the last strict Java 7 dependency, as it won't work
with newer versions without an update.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This is the only package that still needs ECJ and has no dependencies.
It's ancient and unmaintained and should just be removed.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
./bin/java now apparently requires zlib.so, otherwise the whole
thing is busted. This is even required in the minimal configuration.
Unfortunately this impiles a rebuild of *all* OpenJDK packages and
their downstream dependencies.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/lttng-tools/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng -V` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng --version` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng version` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng-crash -V` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng-crash --version` and found version 2.10.3
- found 2.10.3 with grep in /nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3
- directory tree listing: https://gist.github.com/bf4b92fc08881141af11b0444ed15630
Darwin machines come with a case-insensitive filesystem by default. The
gflags package's source contains a file 'BUILD' and the build process
attempts to create a directory called 'build', which fails on
case-insensitive filesystems.
Add a prePatch hook to rename the BUILD file (which is for use with an
unrelated build tool) to something that doesn't conflict with the
'build' directory. This hook allows this derivation to be built on
case-insensitive filesystems.
Add metadata to the derivation because previously it had none.
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/doit/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/.doit-wrapped --help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/.doit-wrapped help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/.doit-wrapped --version` and found version 0.31.1
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/doit --help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/doit help` got 0 exit code
- ran `/nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1/bin/doit --version` and found version 0.31.1
- found 0.31.1 with grep in /nix/store/xgn48w19lgr8xnijgqcx91389b5hldv2-doit-0.31.1
- directory tree listing: https://gist.github.com/a0ba66d49e0c01c3003ca50e9ad705a0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/gdcm/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcm2vtk --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmviewer help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmdump --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmraw --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscanner --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmanon --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmgendir --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmimg --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmconv --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmtar --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcminfo --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmscu --help` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 -h` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 --help` got 0 exit code
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 -v` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 --version` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 -h` and found version 2.8.5
- ran `/nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5/bin/gdcmpap3 --help` and found version 2.8.5
- found 2.8.5 with grep in /nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5
- found 2.8.5 in filename of file in /nix/store/ad2zv13plf5b02jqmbfamm9rj4nbf8ff-gdcm-2.8.5
- directory tree listing: https://gist.github.com/394151986c20ad18aa843271bc40a48f
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
This update was made based on information from https://repology.org/metapackage/libqalculate/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc -h` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc --help` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc help` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc -v` and found version 2.3.0
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc --version` and found version 2.3.0
- found 2.3.0 with grep in /nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0
- directory tree listing: https://gist.github.com/6f930e6da5dc3ef9c09229cc76f36a31
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/grails/versions.
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.3 with grep in /nix/store/frwxcwdrb1krnp6pz6cijgnr95wf4qcy-grails-3.3.3
- found 3.3.3 in filename of file in /nix/store/frwxcwdrb1krnp6pz6cijgnr95wf4qcy-grails-3.3.3
- directory tree listing: https://gist.github.com/2469271cf9e5770d815f84baf8ff7bc7
Semi-automatic update. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.1.9 with grep in /nix/store/vj6fm6qlsf14jlmlhwdyla240jqa6i4h-libmysqlconnectorcpp-1.1.9
- found 1.1.9 in filename of file in /nix/store/vj6fm6qlsf14jlmlhwdyla240jqa6i4h-libmysqlconnectorcpp-1.1.9
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
/tmp/tmp.I0xNTw0Lrg /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.1.0 with grep in /nix/store/rg3dh55klmmy5gffvv353nbgwjg0mh11-js_of_ocaml-3.1.0
- directory tree listing: https://gist.github.com/4afbe9caa678f6e8124185a1cc5d2a9c
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-yojson/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1/bin/ydump --help` got 0 exit code
- ran `/nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1/bin/ydump --help` and found version 1.4.1
- found 1.4.1 with grep in /nix/store/k3c6sbqahg7xbrraipzbbbvkrncfbb78-ocaml4.05.0-yojson-1.4.1
- directory tree listing: https://gist.github.com/45ad3b6379841d4750efc7dcfe6b602f
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/pmd/versions.
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.2.0 with grep in /nix/store/flm3k0shklh231zj06ksx2h0zvb1kvp5-pmd-6.2.0
- found 6.2.0 in filename of file in /nix/store/flm3k0shklh231zj06ksx2h0zvb1kvp5-pmd-6.2.0
- directory tree listing: https://gist.github.com/99fc1a75766445dbe9a6459e2fe10750
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
This update was made based on information from https://repology.org/metapackage/libvisio/versions.
These checks were done:
- built on NixOS
- ran `/nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6/bin/vsd2raw --version` and found version 0.1.6
- ran `/nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6/bin/vss2raw --version` and found version 0.1.6
- ran `/nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6/bin/vsd2xhtml --version` and found version 0.1.6
- ran `/nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6/bin/vss2xhtml --version` and found version 0.1.6
- ran `/nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6/bin/vsd2text --version` and found version 0.1.6
- ran `/nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6/bin/vss2text --version` and found version 0.1.6
- found 0.1.6 with grep in /nix/store/bm8rhp6ljq7n0iqhpn4f1j3p013ps704-libvisio-0.1.6
- directory tree listing: https://gist.github.com/a7d83a73b3560d8cfa739ca582d98dcd
Manually cleaned up & split outputs.