django-tailwind: allow newer cookiecutter version
This commit is contained in:
parent
d07f593c22
commit
4d72877d35
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ buildPythonPackage rec {
|
||||||
sha256 = "sha256:187alssasfmnbq1rdhgs8np1j494mcgndxx7cw3lyyzqmkrsn0c2";
|
sha256 = "sha256:187alssasfmnbq1rdhgs8np1j494mcgndxx7cw3lyyzqmkrsn0c2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace 'cookiecutter = "^1.7.2"' 'cookiecutter = ">=1.7.2"'
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry ];
|
nativeBuildInputs = [ poetry ];
|
||||||
propagatedBuildInputs = [ django cookiecutter ];
|
propagatedBuildInputs = [ django cookiecutter ];
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
Loading…
Reference in a new issue