Skip to content

Commit

Permalink
check-meta: Expose checkValidity and add to all-packages (#339597)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Jan 23, 2025
2 parents 04133be + ca0bd35 commit 798b378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/generic/check-meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -517,4 +517,4 @@ let
);
};

in { inherit assertValidity commonMeta; }
in { inherit assertValidity commonMeta checkValidity; }
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ with pkgs;
}
'');

checkMeta = callPackage ../stdenv/generic/check-meta.nix { };

# addDriverRunpath is the preferred package name, as this enables
# many more scenarios than just opengl now.
anime-downloader = callPackage ../applications/video/anime-downloader { };
Expand Down

0 comments on commit 798b378

Please sign in to comment.