Loading pkgs/by-name/fa/fangfrisch/package.nix +10 −4 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ python3, fetchFromGitHub, nix-update-script, # support setting socks proxies in `ALL_PROXY` environment variable supportSocks ? true, }: let version = "1.9.2"; Loading @@ -24,10 +27,13 @@ python3.pkgs.buildPythonApplication { python3.pkgs.wheel ]; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [ requests sqlalchemy ]; ] ++ lib.optional supportSocks pysocks; pythonImportsCheck = [ "fangfrisch" ]; Loading Loading
pkgs/by-name/fa/fangfrisch/package.nix +10 −4 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ python3, fetchFromGitHub, nix-update-script, # support setting socks proxies in `ALL_PROXY` environment variable supportSocks ? true, }: let version = "1.9.2"; Loading @@ -24,10 +27,13 @@ python3.pkgs.buildPythonApplication { python3.pkgs.wheel ]; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [ requests sqlalchemy ]; ] ++ lib.optional supportSocks pysocks; pythonImportsCheck = [ "fangfrisch" ]; Loading