Loading pkgs/stdenv/generic/check-meta.nix +1 −1 Original line number Diff line number Diff line Loading @@ -517,4 +517,4 @@ let ); }; in { inherit assertValidity commonMeta; } in { inherit assertValidity commonMeta checkValidity; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/stdenv/generic/check-meta.nix +1 −1 Original line number Diff line number Diff line Loading @@ -517,4 +517,4 @@ let ); }; in { inherit assertValidity commonMeta; } in { inherit assertValidity commonMeta checkValidity; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { };