mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
kdePackages.kpipewire: pull upstream fix for screen recording freezes
Fixes https://bugs.kde.org/show_bug.cgi?id=489434
1977da38ed
This commit is contained in:
parent
1a8e33d451
commit
d7d8834c65
@ -6,10 +6,20 @@
|
||||
ffmpeg,
|
||||
mesa,
|
||||
libva,
|
||||
fetchpatch,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "kpipewire";
|
||||
|
||||
extraNativeBuildInputs = [pkg-config];
|
||||
extraBuildInputs = [qtquick3d pipewire ffmpeg mesa libva];
|
||||
|
||||
patches = [
|
||||
# Fix for 489434: spectacle crash/freeze on finishing recording with PW 1.2+
|
||||
# https://bugs.kde.org/show_bug.cgi?id=489434
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kpipewire/-/commit/1977da38ed25aa15347eb9027cb1fde3d66b075f.diff";
|
||||
sha256 = "sha256-qAcd1C1AWddn5i0KAq85Ae+pU7ohfdAjOR7jKaNTYSo=";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user