Open RedEtherbloom opened 3 months ago
Steps to reproduce the behavior:
nixpkgs.config = { allowUnfree = true; cudaSupport = true; cudnnSupport = true; };
cudaPackages.cudatoolkit cudaPackages.cudnn
(pkgs.wrapOBS { plugins = with pkgs.obs-studio-plugins; [ waveform wlrobs obs-backgroundremoval obs-pipewire-audio-capture ]; })
https://gist.github.com/RedEtherbloom/f427920f2f37f779ebdab5943e254363
All other packages build normally. OBS builds normally if we remove obs-backgroundremoval from the plugin list.
@Zahrun
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m" - system: `"x86_64-linux"` - host os: `Linux 6.6.44, NixOS, 24.11 (Vicuna), 24.11.20240814.c3aa7b8` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.18.5` - channels(root): `"nixos"` - nixpkgs: `/nix/store/sfycwi72zfjsspidinx56ajaiffpyh17-source`
(Channel output seems misleading, as we're running Nixos-unstable via flakes)
Add a :+1: reaction to issues you find important.
I'm not sure how to fix this, let's see if upstream has an idea https://github.com/locaal-ai/obs-backgroundremoval/issues/598
Steps To Reproduce
Steps to reproduce the behavior:
Build log
https://gist.github.com/RedEtherbloom/f427920f2f37f779ebdab5943e254363
Additional context
All other packages build normally.
OBS builds normally if we remove obs-backgroundremoval from the plugin list.
Notify maintainers
@Zahrun
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.(Channel output seems misleading, as we're running Nixos-unstable via flakes)
Add a :+1: reaction to issues you find important.