From 8ee3bf512b202507ef78caf8f568729963c136f6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 5 Aug 2024 17:23:31 +0200 Subject: [PATCH] pretix.plugins.zugferd: regenerate locale files --- pkgs/by-name/pr/pretix/plugins/zugferd.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/by-name/pr/pretix/plugins/zugferd.nix b/pkgs/by-name/pr/pretix/plugins/zugferd.nix index 3255eeb78bd3..e96193a52b50 100644 --- a/pkgs/by-name/pr/pretix/plugins/zugferd.nix +++ b/pkgs/by-name/pr/pretix/plugins/zugferd.nix @@ -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