Unverified Commit ca0bd350 authored by Gavin John's avatar Gavin John Committed by Gavin John
Browse files

checkMeta: Expose checkValidity and add to all-packages

parent b130d400
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
@@ -226,6 +226,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.
  addDriverRunpath = callPackage ../build-support/add-driver-runpath { };