budgie.budgie-desktop: Fix build with libxfce4windowing 4.19.3

Which removes xfw_(window|application)_get_id().
This commit is contained in:
Bobby Rong 2024-03-24 23:53:48 +08:00
parent 0bda80b6fa
commit fd077ac57e
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch2
, accountsservice
, alsa-lib
, budgie-screensaver
@ -49,6 +50,13 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
./plugins.patch
# vapi: Update libxfce4windowing to 4.19.3
# https://github.com/BuddiesOfBudgie/budgie-desktop/issues/546
(fetchpatch2 {
url = "https://github.com/BuddiesOfBudgie/budgie-desktop/commit/a040ccb96094f1d3a1ee81a6733c9434722bdf6c.patch";
hash = "sha256-9eMYB5Zyn3BDYvAwORXTHaPGYDP7LnqHAwp+6Wy6XLk=";
})
];
nativeBuildInputs = [