19 buildPythonPackage rec {
20 pname = "pretix-passbook";
24 src = fetchFromGitHub {
26 repo = "pretix-passbook";
28 hash = "sha256-rdX93AFoLLsA44a9sSgcQrCJiOlhe3j5WTBO+MHZ/X8=";
33 src = ./openssl.patch;
34 openssl = lib.getExe openssl;
48 doCheck = false; # no tests
50 pythonImportsCheck = [
55 description = "Support for Apple Wallet/Passbook files in pretix";
56 homepage = "https://github.com/pretix/pretix-passbook";
57 license = licenses.asl20;
58 maintainers = with maintainers; [ hexa ];