mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
noBrokenSymlinks: apply lib.recurseIntoAttrs to set of tests
For consistency with the outer `tests.stdenv.hooks` attrset.
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
# ordering should match defaultNativeBuildInputs
|
||||
|
||||
{
|
||||
no-broken-symlinks = import ./no-broken-symlinks.nix { inherit stdenv lib pkgs; };
|
||||
no-broken-symlinks = lib.recurseIntoAttrs (
|
||||
import ./no-broken-symlinks.nix { inherit stdenv lib pkgs; }
|
||||
);
|
||||
# TODO: add audit-tmpdir
|
||||
compress-man-pages =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user