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:
Martin Weinelt
2025-01-23 14:15:16 +01:00
committed by GitHub
parent 1bc6f84ea8
commit 0ad31f27d5
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -517,4 +517,4 @@ let
);
};
in { inherit assertValidity commonMeta checkValidity; }
in { inherit assertValidity commonMeta; }
-2
View File
@@ -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 { };