mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.flaskbabel: propagate dependencies
This commit is contained in:
parent
f74b5ac684
commit
90375d6200
1 changed files with 1 additions and 1 deletions
|
@ -23572,7 +23572,7 @@ in modules // {
|
|||
sha256 = "0k7vk4k54y55ma0nx2k5s0phfqbriwslhy5shh3b0d046q7ibzaa";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ flask jinja2 speaklater Babel pytz ];
|
||||
propagatedBuildInputs = with self; [ flask jinja2 speaklater Babel pytz ];
|
||||
|
||||
meta = {
|
||||
description = "Adds i18n/l10n support to Flask applications";
|
||||
|
|
Loading…
Reference in a new issue