Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove libcamera from pipewire #577

Closed
wants to merge 1 commit into from

Commits on Apr 28, 2024

  1. Remove libcamera from pipewire

    Pipewire pulls in libcamera, which is currently unused. Libcamera
    causes many builds to fail because of the FOD creating a different
    result when built on different machines.
    
    ````
    error: hash mismatch importing path '/nix/store/glazsqngfws5m5m8nzq5mxai6rljw1lc-libcamera-0.0.5';
    specified: sha256:0vk0r73zczhg58zqrk2fz6wa648bdxrr1pza4vjgglglndx6d4dv
    got:       sha256:1gffy40qlljmb74vnb074b1yc8ippd3cp41l7z4rmwyja0i969v0
    ````
    
    Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
    brianmcgillion committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4a3044b View commit details
    Browse the repository at this point in the history