xfce.xfce4-volumed-pulse: fix build

This commit is contained in:
Mustafa Çalışkan 2022-12-16 17:14:17 +03:00
parent f6c0fe67d8
commit 47a8b1b2d6

View file

@ -7,6 +7,12 @@ mkXfceDerivation {
sha256 = "sha256-EgmTk19p9OBmz3rWQB0LoPhhoDm4u1V6/vvgitOzUuc=";
# https://gitlab.xfce.org/apps/xfce4-volumed-pulse/-/merge_requests/3
postPatch = ''
substituteInPlace configure.ac.in \
--replace "2.16" "2.26"
'';
buildInputs = [ gtk3 libnotify libpulseaudio keybinder3 xfconf ];
meta = with lib; {