Hi Folks, I'm having problems running Python code that depends on the "python-cairocffi" package. Running "from cairocffi._ffi import ffi" on Trisquel 8 works fine, but on GuixSD I get: $ guix environment --container --ad-hoc python cairo python-cairocffi $ python3.6 -c "from cairocffi._ffi import ffi" Traceback (most recent call last): File "", line 1, in File "/home/ben/.guix-profile/lib/python3.6/site-packages/cairocffi/__init__.py", line 41, in cairo = dlopen(ffi, 'cairo', 'cairo-2') File "/home/ben/.guix-profile/lib/python3.6/site-packages/cairocffi/__init__.py", line 38, in dlopen raise OSError("dlopen() failed to load a library: %s" % ' / '.join(names)) OSError: dlopen() failed to load a library: cairo / cairo-2 The background on this is that I use the Weasyprint PDF library from PyPI and Weasyprint issues the above "from cairocffi._ffi import ffi". I'm running GuixSD up-to-date with the latest master branch. Regards, Ben