Loading pkgs/development/python-modules/nvchecker/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ , structlog , tomli , tornado , awesomeversion , packaging , lxml }: buildPythonPackage rec { Loading Loading @@ -71,6 +74,13 @@ buildPythonPackage rec { "-m 'not needs_net'" ]; optional-dependencies = { # vercmp = [ pyalpm ]; awesomeversion = [ awesomeversion ]; pypi = [ packaging ]; htmlparser = [ lxml ]; }; meta = with lib; { description = "New version checker for software"; homepage = "https://github.com/lilydjwg/nvchecker"; Loading pkgs/top-level/all-packages.nix +6 −1 Original line number Diff line number Diff line Loading @@ -11158,7 +11158,12 @@ with pkgs; numberstation = callPackage ../applications/misc/numberstation { }; nvchecker = with python3Packages; toPythonApplication nvchecker; nvchecker = with python3Packages; toPythonApplication ( nvchecker.overridePythonAttrs (oldAttrs: { propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ lib.flatten (builtins.attrValues oldAttrs.optional-dependencies); }) ); nvfetcher = haskell.lib.compose.justStaticExecutables haskellPackages.nvfetcher; Loading
pkgs/development/python-modules/nvchecker/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ , structlog , tomli , tornado , awesomeversion , packaging , lxml }: buildPythonPackage rec { Loading Loading @@ -71,6 +74,13 @@ buildPythonPackage rec { "-m 'not needs_net'" ]; optional-dependencies = { # vercmp = [ pyalpm ]; awesomeversion = [ awesomeversion ]; pypi = [ packaging ]; htmlparser = [ lxml ]; }; meta = with lib; { description = "New version checker for software"; homepage = "https://github.com/lilydjwg/nvchecker"; Loading
pkgs/top-level/all-packages.nix +6 −1 Original line number Diff line number Diff line Loading @@ -11158,7 +11158,12 @@ with pkgs; numberstation = callPackage ../applications/misc/numberstation { }; nvchecker = with python3Packages; toPythonApplication nvchecker; nvchecker = with python3Packages; toPythonApplication ( nvchecker.overridePythonAttrs (oldAttrs: { propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ lib.flatten (builtins.attrValues oldAttrs.optional-dependencies); }) ); nvfetcher = haskell.lib.compose.justStaticExecutables haskellPackages.nvfetcher;