Skip to content

Commit

Permalink
checkMeta: Expose checkValidity and add to all-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin John authored and Pandapip1 committed Sep 4, 2024
1 parent b130d40 commit ca0bd35
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 @@ -226,6 +226,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.
addDriverRunpath = callPackage ../build-support/add-driver-runpath { };
Expand Down

0 comments on commit ca0bd35

Please sign in to comment.