Commit graph

8 commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
thesola10 131c23a180
boxfort: unstable 2019-10-09 -> 0.1.4 2022-08-19 15:45:27 +02:00
flurie 89912c3d0c
boxfort: mark broken on darwin to match upstream 2021-11-14 00:23:11 -05:00
Sandro Jäckel 84f13d408f boxfort: use python3Packages instead of python37Packages 2021-09-05 15:00:37 +02:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Guillaume Pagnoux fdba3f6db0 boxfort: unstable-2019-09-19 -> unstable-2019-10-09
Signed-off-by: Guillaume Pagnoux <guillaume.pagnoux@lse.epita.fr>
2020-10-25 10:53:24 -04:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Guillaume Pagnoux b76e290d80
boxfort: init at unstable-2019-09-19
Signed-off-by: Guillaume Pagnoux <gpagnoux@gmail.com>
2019-10-09 14:48:55 +02:00