pretix.plugins.zugferd: regenerate locale files

This commit is contained in:
Martin Weinelt 2024-08-05 17:23:31 +02:00
parent 081415aedf
commit 8ee3bf512b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -4,6 +4,7 @@
fetchFromGitHub,
pretix-plugin-build,
setuptools,
django,
drafthorse,
ghostscript_headless,
}:
@ -28,10 +29,15 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "drafthorse" ];
build-system = [
django
pretix-plugin-build
setuptools
];
postBuild = ''
make
'';
dependencies = [ drafthorse ];
doCheck = false; # no tests