Loading pkgs/development/python-modules/wagtail/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,8 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace "beautifulsoup4>=4.8,<4.12" "beautifulsoup4>=4.8" \ --replace "draftjs_exporter>=2.1.5,<3.0" "draftjs_exporter>=2.1.5,<6.0" --replace "draftjs_exporter>=2.1.5,<3.0" "draftjs_exporter>=2.1.5,<6.0" \ --replace "django-taggit>=2.0,<5.0" "django-taggit>=2.0,<6.0" ''; propagatedBuildInputs = [ Loading Loading @@ -66,6 +67,8 @@ buildPythonPackage rec { passthru.tests.wagtail = callPackage ./tests.nix { }; pythonImportsCheck = [ "wagtail" ]; meta = with lib; { description = "A Django content management system focused on flexibility and user experience"; homepage = "https://github.com/wagtail/wagtail"; Loading Loading
pkgs/development/python-modules/wagtail/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,8 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace "beautifulsoup4>=4.8,<4.12" "beautifulsoup4>=4.8" \ --replace "draftjs_exporter>=2.1.5,<3.0" "draftjs_exporter>=2.1.5,<6.0" --replace "draftjs_exporter>=2.1.5,<3.0" "draftjs_exporter>=2.1.5,<6.0" \ --replace "django-taggit>=2.0,<5.0" "django-taggit>=2.0,<6.0" ''; propagatedBuildInputs = [ Loading Loading @@ -66,6 +67,8 @@ buildPythonPackage rec { passthru.tests.wagtail = callPackage ./tests.nix { }; pythonImportsCheck = [ "wagtail" ]; meta = with lib; { description = "A Django content management system focused on flexibility and user experience"; homepage = "https://github.com/wagtail/wagtail"; Loading