Revert "check-meta: Expose checkValidity and add to all-packages" (#376123)
This broke eval, because checkMeta expects hostPlatform to be passed.
This commit is contained in:
@@ -517,4 +517,4 @@ let
|
||||
);
|
||||
};
|
||||
|
||||
in { inherit assertValidity commonMeta checkValidity; }
|
||||
in { inherit assertValidity commonMeta; }
|
||||
|
||||
@@ -213,8 +213,6 @@ 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 { };
|
||||
|
||||
Reference in New Issue
Block a user