budgie-user-indicator-redux: Fix build with budgie-desktop 10.10.0

This commit is contained in:
Bobby Rong
2026-02-01 14:07:41 +08:00
parent 149da5b57b
commit 7ff9b85f91
@@ -5,6 +5,7 @@
accountsservice,
budgie-desktop,
gtk3,
gtk-layer-shell,
intltool,
libgee,
libpeas2,
@@ -39,11 +40,17 @@ stdenv.mkDerivation (finalAttrs: {
accountsservice
budgie-desktop
gtk3
gtk-layer-shell
libgee
libpeas2
sassc
];
postPatch = ''
substituteInPlace meson.build \
--replace-fail "dependency('budgie-2.0', version: '>= 3')" "dependency('budgie-3.0')"
'';
passthru = {
updateScript = nix-update-script { };
};