check-meta: Expose checkValidity and add to all-packages (#339597)

This commit is contained in:
Philip Taron
2025-01-23 04:49:19 -08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -517,4 +517,4 @@ let
);
};
in { inherit assertValidity commonMeta; }
in { inherit assertValidity commonMeta checkValidity; }
+2
View File
@@ -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 { };