2018-07-18 22:36:24 +01:00
|
|
|
{ lib, mkXfceDerivation, gtk3, libnotify ? null, libpulseaudio, keybinder3, xfconf }:
|
2017-12-17 15:02:52 +00:00
|
|
|
|
|
|
|
mkXfceDerivation rec {
|
|
|
|
category = "apps";
|
|
|
|
pname = "xfce4-volumed-pulse";
|
2018-07-18 22:36:24 +01:00
|
|
|
version = "0.2.3";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2018-07-18 22:36:24 +01:00
|
|
|
sha256 = "1rsjng9qmq7vzrx5bfxq76h63y501cfl1mksrxkf1x39by9r628j";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2018-07-18 22:36:24 +01:00
|
|
|
buildInputs = [ gtk3 libnotify libpulseaudio keybinder3 xfconf ];
|
2017-12-17 15:02:52 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
license = licenses.gpl3Plus;
|
|
|
|
};
|
|
|
|
}
|