Openfreebuds python-pillow
Nobody has claimed this yet.
- Dominant language
- Nix
- Stars
- 26.2k
- Forks
- 20.1k
- PR merge metrics
- PR metrics pending
Description
Nixpkgs version
- Unstable (26.05)
Describe the bug
When I try to switch, before I've added openfreebsd as system package, build failed with pillow
error: Cannot build '/nix/store/29xbrkyg879anpkf9bb525ypmvlbhrm7-openfreebuds.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/70kx09q1f408v3x5h6f6apjgf94p90qj-openfreebuds /nix/store/c65gp34s8qbwfd21gk03yhix4kl3fy2q-openfreebuds-dist Last 25 log lines: > - Adding openfreebuds_qt/utils/hotkeys/service.py -> openfreebuds_qt/utils/hotkeys/service.py > - Adding openfreebuds_qt/utils/i18n.py -> openfreebuds_qt/utils/i18n.py > - Adding openfreebuds_qt/utils/icon/__init__.py -> openfreebuds_qt/utils/icon/__init__.py > - Adding openfreebuds_qt/utils/icon/dual_connect_device.py -> openfreebuds_qt/utils/icon/dual_connect_device.py > - Adding openfreebuds_qt/utils/icon/qt_icon.py -> openfreebuds_qt/utils/icon/qt_icon.py > - Adding openfreebuds_qt/utils/icon/tray_factory.py -> openfreebuds_qt/utils/icon/tray_factory.py > - Adding openfreebuds_qt/utils/mpris/__init__.py -> openfreebuds_qt/utils/mpris/__init__.py > - Adding openfreebuds_qt/utils/mpris/service.py -> openfreebuds_qt/utils/mpris/service.py > - Adding openfreebuds_qt/utils/qt_utils.py -> openfreebuds_qt/utils/qt_utils.py > - Adding openfreebuds_qt/utils/report_tool.py -> openfreebuds_qt/utils/report_tool.py > - Adding openfreebuds_qt/utils/updater/__init__.py -> openfreebuds_qt/utils/updater/__init__.py > - Adding openfreebuds_qt/utils/updater/service.py -> openfreebuds_qt/utils/updater/service.py > - Adding openfreebuds_qt/version_info.py -> openfreebuds_qt/version_info.py > - Adding openfreebuds-0.17.1.dist-info/RECORD -> openfreebuds-0.17.1.dist-info/RECORD > Successfully built openfreebuds-0.17.1-py3-none-any.whl > Finished creating a wheel... > /build/source/dist /build/source > Unpacking to: unpacked/openfreebuds-0.17.1...OK > Repacking wheel as ./openfreebuds-0.17.1-py3-none-any.whl...OK > /build/source > Finished executing pypaBuildPhase > Running phase: pythonRuntimeDepsCheckHook > Executing pythonRuntimeDepsCheck > Checking runtime dependencies for openfreebuds-0.17.1-py3-none-any.whl > - pillow<12.0.0,>=11.0.0 not satisfied by version 12.0.0 For full logs, run: nix log /nix/store/29xbrkyg879anpkf9bb525ypmvlbhrm7-openfreebuds.drv error: Cannot build '/nix/store/a2snq5mqmg03lga4ysdmw8rnf0m1fip7-system-path.drv'. Reason: 1 dependency failed. Output paths: /nix/store/1an8dkj0c81ppdzi3rnsfwrxlr6148qb-system-path error: Cannot build '/nix/store/qviladsg2jn5cv9yzd2pmiv8zz70pifq-nixos-system-nixgram-26.05.20251228.c0b0e0f.drv'. Reason: 1 dependency failed. Output paths: /nix/store/rb9wn566m36cn77ym0lrz6s7hvm881kc-nixos-system-nixgram-26.05.20251228.c0b0e0f Command 'nix --extra-experimental-features 'nix-command flakes' build --print-out-paths '/home/marco/nixos#nixosConfigurations."nixgram".config.system.build.toplevel' --no-link' returned non-zero exit status 1.
Steps to reproduce
Added openfreebuds on system package and nixos-rebuild switch --flake
Expected behaviour
source openfreebuds accept pillow 12
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
~ nix-shell -p nix-info --run "nix-info -m"
- system:
"x86_64-linux" - host os:
Linux 6.18.2, NixOS, 26.05 (Yarara), 26.05.20251228.c0b0e0f - multi-user?:
yes - sandbox:
yes - version:
nix-env (Nix) 2.31.2+1 - nixpkgs:
/nix/store/xzl5dhddgjxp2p18h5qpkhvlkp8128j1-source
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
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the nixpkgs package definition for openfreebuds and inspect how its Python runtime dependencies are declared. Reproduce the reported build or run the package checks, then verify that the package accepts the Pillow version available in the current nixpkgs channel without failing runtime dependency validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100