Loading pkgs/applications/file-managers/browsr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ python3.pkgs.buildPythonApplication rec { rich-pixels textual textual-universal-directorytree ] ++ lib.attrVals extras passthru.optional-dependencies; ] ++ lib.attrVals extras optional-dependencies; passthru.optional-dependencies = with python3.pkgs; { optional-dependencies = with python3.pkgs; { all = [ pyarrow textual-universal-directorytree.optional-dependencies.remote Loading pkgs/applications/misc/dbx/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ python.pkgs.buildPythonApplication rec { watchdog ]; passthru.optional-dependencies = with python3.pkgs; { optional-dependencies = with python3.pkgs; { aws = [ boto3 ]; azure = [ azure-storage-blob Loading pkgs/applications/misc/meerk40t/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ python3Packages.buildPythonApplication rec { setuptools wxpython ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); ++ lib.flatten (lib.attrValues optional-dependencies); passthru.optional-dependencies = with python3Packages; { optional-dependencies = with python3Packages; { cam = [ opencv4 ]; Loading pkgs/by-name/as/asciinema-automation/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec { pexpect ]; passthru.optional-dependencies = with python3.pkgs; { optional-dependencies = with python3.pkgs; { dev = [ mypy pytest Loading pkgs/by-name/co/comic-mandown/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ , withGUI ? true }: let mandown' = python3Packages.mandown.overrideAttrs (prev: { propagatedBuildInputs = prev.propagatedBuildInputs ++ lib.optionals withGUI prev.passthru.optional-dependencies.gui; mandown' = python3Packages.mandown.overridePythonAttrs (prev: { propagatedBuildInputs = prev.propagatedBuildInputs ++ lib.optionals withGUI prev.optional-dependencies.gui; }); mandownApp = python3Packages.toPythonApplication mandown'; in Loading Loading
pkgs/applications/file-managers/browsr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ python3.pkgs.buildPythonApplication rec { rich-pixels textual textual-universal-directorytree ] ++ lib.attrVals extras passthru.optional-dependencies; ] ++ lib.attrVals extras optional-dependencies; passthru.optional-dependencies = with python3.pkgs; { optional-dependencies = with python3.pkgs; { all = [ pyarrow textual-universal-directorytree.optional-dependencies.remote Loading
pkgs/applications/misc/dbx/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ python.pkgs.buildPythonApplication rec { watchdog ]; passthru.optional-dependencies = with python3.pkgs; { optional-dependencies = with python3.pkgs; { aws = [ boto3 ]; azure = [ azure-storage-blob Loading
pkgs/applications/misc/meerk40t/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ python3Packages.buildPythonApplication rec { setuptools wxpython ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); ++ lib.flatten (lib.attrValues optional-dependencies); passthru.optional-dependencies = with python3Packages; { optional-dependencies = with python3Packages; { cam = [ opencv4 ]; Loading
pkgs/by-name/as/asciinema-automation/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec { pexpect ]; passthru.optional-dependencies = with python3.pkgs; { optional-dependencies = with python3.pkgs; { dev = [ mypy pytest Loading
pkgs/by-name/co/comic-mandown/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ , withGUI ? true }: let mandown' = python3Packages.mandown.overrideAttrs (prev: { propagatedBuildInputs = prev.propagatedBuildInputs ++ lib.optionals withGUI prev.passthru.optional-dependencies.gui; mandown' = python3Packages.mandown.overridePythonAttrs (prev: { propagatedBuildInputs = prev.propagatedBuildInputs ++ lib.optionals withGUI prev.optional-dependencies.gui; }); mandownApp = python3Packages.toPythonApplication mandown'; in Loading