2019-08-17 15:36:42 -07:00
|
|
|
{ lib, mkXfceDerivation, gtk3, libnotify, libpulseaudio, keybinder3, xfconf }:
|
2017-12-17 07:02:52 -08:00
|
|
|
|
2019-08-13 14:52:01 -07:00
|
|
|
mkXfceDerivation {
|
2017-12-17 07:02:52 -08:00
|
|
|
category = "apps";
|
|
|
|
pname = "xfce4-volumed-pulse";
|
2018-07-18 14:36:24 -07:00
|
|
|
version = "0.2.3";
|
2017-12-17 07:02:52 -08:00
|
|
|
|
2018-07-18 14:36:24 -07:00
|
|
|
sha256 = "1rsjng9qmq7vzrx5bfxq76h63y501cfl1mksrxkf1x39by9r628j";
|
2017-12-17 07:02:52 -08:00
|
|
|
|
2018-07-18 14:36:24 -07:00
|
|
|
buildInputs = [ gtk3 libnotify libpulseaudio keybinder3 xfconf ];
|
2017-12-17 07:02:52 -08:00
|
|
|
|
|
|
|
meta = with lib; {
|
2019-11-04 13:27:22 -08:00
|
|
|
description = "A volume keys control daemon for Xfce using pulseaudio";
|
2017-12-17 07:02:52 -08:00
|
|
|
license = licenses.gpl3Plus;
|
2019-11-04 13:27:22 -08:00
|
|
|
maintainers = [ maintainers.abbradar ];
|
2017-12-17 07:02:52 -08:00
|
|
|
};
|
|
|
|
}
|