Skip to content

Commit

Permalink
Revert "check-meta: Expose checkValidity and add to all-packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 23, 2025
1 parent 1bc6f84 commit bdde32b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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 checkValidity; }
in { inherit assertValidity commonMeta; }
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit bdde32b

Please sign in to comment.