18 buildPythonPackage rec {
19 pname = "pretix-passbook";
23 src = fetchFromGitHub {
25 repo = "pretix-passbook";
27 hash = "sha256-rdX93AFoLLsA44a9sSgcQrCJiOlhe3j5WTBO+MHZ/X8=";
32 src = ./passbook-openssl.patch;
33 openssl = lib.getExe openssl;
47 doCheck = false; # no tests
49 pythonImportsCheck = [
54 description = "Support for Apple Wallet/Passbook files in pretix";
55 homepage = "https://github.com/pretix/pretix-passbook";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ hexa ];