mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +00:00
python3Packages.gruut: fix build
This commit is contained in:
parent
9f0de7b8de
commit
6544b53ed1
@ -45,9 +45,9 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "Babel~=2.8.0" "Babel" \
|
||||
--replace "dateparser~=1.0.0" "dateparser" \
|
||||
--replace "gruut_lang_en~=2.0.0" "gruut_lang_en"
|
||||
--replace "gruut_lang_en~=2.0.0" "gruut_lang_en" \
|
||||
--replace "jsonlines~=1.2.0" "jsonlines"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user