Conversation
|
No, it does not. I actually do this kind of thing for myself while doing the monthly pulls, and the static libraries needs to be compiled with FWIW, my build script to do it separately, and the monthly releases of shared and static libraries, are at: |
|
And why are you modifying the non-NixOS code, also? You don't need to touch the apple or Windows code, really. |
|
Just launch python, (into the REPL prompt), then type |
|
I'll let this go through CI, but I am not convinced it will pass... anyway, let's see. |
|
You'll need a bit more change to |
|
I mainly build it as a dependencies for building noto-font (which did build after this patch), but i did not test it standalone, but doing the import like you said indeed fails with an import error.
We also have MacOS support and are working on getting windows support (very early states (mainly cross)) Will need to do a more in dpeth look into this will draft the pr till then. |
|
|
I'm currently working on packaging skia-python for NixOS and i want to compile it against our version of skia. This patch makes it possible for me to-do that.