about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/wallet-py3k/openssl-path.patch
blob: 8864818b13f74cdbe839acab4cbab32a22c9928f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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',