python3Packages.boxx: fix build, remove outdated dependency#380403
Closed
ruro wants to merge 4 commits intoNixOS:masterfrom
Closed
python3Packages.boxx: fix build, remove outdated dependency#380403ruro wants to merge 4 commits intoNixOS:masterfrom
ruro wants to merge 4 commits intoNixOS:masterfrom
Conversation
Contributor
Author
|
While testing and debugging this PR, I stumbled on this upstream issue: DIYer22/bpycv#51. It turns out that Nixpkgs currently ships |
13 tasks
13 tasks
prusnak
pushed a commit
that referenced
this pull request
Feb 15, 2025
The bpycv package is incompatible with blender version 4 or later. It seems that neither upstream author nor the nixpkgs maintainer are currently interested in updating/maintaining this package. See: - #379872 - DIYer22/bpycv#51 - #380403 - #380443
ConnorBaker
pushed a commit
to nixos-cuda/cuda-legacy
that referenced
this pull request
Apr 14, 2025
The bpycv package is incompatible with blender version 4 or later. It seems that neither upstream author nor the nixpkgs maintainer are currently interested in updating/maintaining this package. See: - NixOS/nixpkgs#379872 - DIYer22/bpycv#51 - NixOS/nixpkgs#380403 - NixOS/nixpkgs#380443
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #379872. Turns out, the problematic dependency on
fnwas removed fromboxxupstream in one of the updates, but we missed that.Currently, this branch is based on top of 3a22805 (a 6 day old
nixos-unstablecommit) instead of master, becauseblender(which is required for running thebpycvtests) seems to be broken on the current master.Things done
fnfnpackage from nixpkgs (it was only used byboxxandfnitself is currently broken in modern versions of python and hasn't been updated for 11 years)boxxnix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.