Loading pkgs/development/python-modules/sanic/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , aiofiles , beautifulsoup4 , buildPythonPackage , doCheck ? true , doCheck ? !stdenv.isDarwin # on Darwin, tests fail but pkg still works , fetchFromGitHub , gunicorn , httptools Loading Loading @@ -126,7 +126,6 @@ buildPythonPackage rec { pythonImportsCheck = [ "sanic" ]; meta = with lib; { broken = stdenv.isDarwin; description = "Web server and web framework"; homepage = "https://github.com/sanic-org/sanic/"; changelog = "https://github.com/sanic-org/sanic/releases/tag/v${version}"; Loading Loading
pkgs/development/python-modules/sanic/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , aiofiles , beautifulsoup4 , buildPythonPackage , doCheck ? true , doCheck ? !stdenv.isDarwin # on Darwin, tests fail but pkg still works , fetchFromGitHub , gunicorn , httptools Loading Loading @@ -126,7 +126,6 @@ buildPythonPackage rec { pythonImportsCheck = [ "sanic" ]; meta = with lib; { broken = stdenv.isDarwin; description = "Web server and web framework"; homepage = "https://github.com/sanic-org/sanic/"; changelog = "https://github.com/sanic-org/sanic/releases/tag/v${version}"; Loading