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 @@ -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 { }; Loading 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 @@ -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 { }; Loading