12 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "378549808eece574c3b5dcea82b216534949423d5c7ac241d9419212d676bc8d";
23 substituteInPlace acme_tiny.py --replace-fail '"openssl"' '"${openssl.bin}/bin/openssl"'
24 substituteInPlace tests/test_module.py --replace-fail '"openssl"' '"${openssl.bin}/bin/openssl"'
25 substituteInPlace tests/utils.py --replace-fail /etc/ssl/openssl.cnf ${openssl.out}/etc/ssl/openssl.cnf
38 doCheck = false; # seems to hang, not sure
40 pythonImportsCheck = [ "acme_tiny" ];
43 description = "Tiny script to issue and renew TLS certs from Let's Encrypt";
44 mainProgram = "acme-tiny";
45 homepage = "https://github.com/diafygi/acme-tiny";
46 license = licenses.mit;