mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
pipewire: Added upstream patch for libcamera 0.2.0 changes.
This commit is contained in:
parent
159b810bea
commit
fdc0191457
@ -105,6 +105,14 @@ let
|
||||
./0060-libjack-path.patch
|
||||
# Move installed tests into their own output.
|
||||
./0070-installed-tests-path.patch
|
||||
|
||||
# Remove for release post 1.0.1:
|
||||
(fetchpatch {
|
||||
# https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1750
|
||||
name = "pipewire-spa-libcamera-use-cameraconfiguration-orientation-pr1750.patch";
|
||||
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1750.patch ";
|
||||
hash = "sha256-Ugg913KZDKELnYLwpDEgYh92YPxccw61l6kAJulBbIA=";
|
||||
})
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user