You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think the issue seems due to darwin's version of PyQt6 are missing QHWebChannel.abi3.so in /nix/store/pba0k9dzk0l20wm8hn0wgqrii27c58l6-python3.12-pyqt6-6.8.0/lib/python3.12/site-packages/PyQt6 and QtWebChannel is missing site-packages/PyQt6/bindings
Nixpkgs version
Describe the bug
when building python3.13-pyqt6-webengine-6.8.0 or python3.12-pyqt6-webengine-6.8.0. on darwin, the following error would occurs.
I see in QtWebEngineCoremod.sip, there is import statement for QtWebChannelmod.sip
i think the issue seems due to darwin's version of PyQt6 are missing
QHWebChannel.abi3.so
in/nix/store/pba0k9dzk0l20wm8hn0wgqrii27c58l6-python3.12-pyqt6-6.8.0/lib/python3.12/site-packages/PyQt6
andQtWebChannel
is missingsite-packages/PyQt6/bindings
Steps to reproduce
nix build "nixpkgs#python312Packages.pyqt6-webengine"
Expected behaviour
package install correctly
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"aarch64-darwin"
Darwin 24.1.0, macOS 15.1
yes
no
nix-env (Nix) 2.24.11
/nix/store/xb4yfxa32hsjpincdgjv7xdq9kyys8l9-source
Are you using nix-darwin?
Yes, I am using nix-darwin.
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: