Unverified Commit 798b378d authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 04133be9 ca0bd350
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,4 +517,4 @@ let
        );
  };

in { inherit assertValidity commonMeta; }
in { inherit assertValidity commonMeta checkValidity; }
+2 −0
Original line number Diff line number Diff line
@@ -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 { };