mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 15:10:37 +02:00
Reported in #76211: Incomplete python-django-compressor package. The built package missed "compressor/templates/compressor" directory completely, after an investigation of upstream source it was noticed that setup.py implemented a custom function searching "package_data" files based on "__init__.py" which are not present in "compressor/templates" and "compressor/templates/compressor"; this change creates them. * gnu/packages/django.scm (python-django-compressor) [arguments] <phases>: Add 'add-missing-init-files. Reported-by: Evgeny Pisemsky <mail@pisemsky.site> Change-Id: Icf117c00471a40f918ddda4780cc96d7be311970