Loading pkgs/development/python-modules/flask-babel/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system poetry-core, Loading Loading @@ -38,6 +39,15 @@ buildPythonPackage rec { "doc" ]; patches = [ # Fix list-translations() ordering in tests # https://github.com/python-babel/flask-babel/pull/242 (fetchpatch { url = "https://github.com/python-babel/flask-babel/pull/242/commits/999735d825ee2f94701da29bcf819ad70ee03499.patch"; hash = "sha256-vhP/aSWaWpy1sVOJAcrLHJN/yrB+McWO9pkXDI9GeQ4="; }) ]; nativeBuildInputs = [ furo poetry-core Loading Loading
pkgs/development/python-modules/flask-babel/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system poetry-core, Loading Loading @@ -38,6 +39,15 @@ buildPythonPackage rec { "doc" ]; patches = [ # Fix list-translations() ordering in tests # https://github.com/python-babel/flask-babel/pull/242 (fetchpatch { url = "https://github.com/python-babel/flask-babel/pull/242/commits/999735d825ee2f94701da29bcf819ad70ee03499.patch"; hash = "sha256-vhP/aSWaWpy1sVOJAcrLHJN/yrB+McWO9pkXDI9GeQ4="; }) ]; nativeBuildInputs = [ furo poetry-core Loading