mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
guix: remove unused patch
This commit is contained in:
parent
b326f6328a
commit
57b0be6ef2
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git a/oscrypto/__init__.py b/oscrypto/__init__.py
|
||||
index eb27313..371ab24 100644
|
||||
--- a/oscrypto/__init__.py
|
||||
+++ b/oscrypto/__init__.py
|
||||
@@ -302,3 +302,8 @@ def load_order():
|
||||
'oscrypto._win.tls',
|
||||
'oscrypto.tls',
|
||||
]
|
||||
+
|
||||
+
|
||||
+paths = '@GUIX_OSCRYPTO_USE_OPENSSL@'.split(',')
|
||||
+assert len(paths) == 2, 'Value for OSCRYPTO_USE_OPENSSL env var must be two paths separated by a comma'
|
||||
+use_openssl(*paths)
|
Loading…
Reference in a new issue