~ruther/guix-local

ref: 1c85ecec8e8337ee99c7e3a59587afd6512db425 guix-local/gnu/packages/patches/python-cairocffi-dlopen-path.patch -rw-r--r-- 383 bytes
1c85ecec — Ekaitz Zarraga gnu: Add lib3ds. 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
--- cairocffi-0.8.0/cairocffi/__init__.py.orig	2018-07-16 11:00:59.075664158 +0200
+++ cairocffi-0.8.0/cairocffi/__init__.py	2018-07-16 17:09:42.471958015 +0200
@@ -35,6 +35,7 @@
                         return lib
             except OSError:
                 pass
+        return ffi.dlopen(name)
     raise OSError("dlopen() failed to load a library: %s" % ' / '.join(names))