pretix.plugins.zugferd: regenerate locale files
This commit is contained in:
parent
081415aedf
commit
8ee3bf512b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user