nixpkgs/pkgs/development/python-modules/wallet-py3k/openssl-path.patch
2024-03-16 14:50:57 +01:00

13 lines
423 B
Diff

diff --git a/wallet/models.py b/wallet/models.py
index 1b75402..ad115de 100644
--- a/wallet/models.py
+++ b/wallet/models.py
@@ -320,7 +320,7 @@ class Pass(object):
def _createSignature(self, manifest, certificate, key,
wwdr_certificate, password):
openssl_cmd = [
- 'openssl',
+ '@openssl@',
'smime',
'-binary',
'-sign',