nixpkgs/pkgs/desktops/xfce4-14/xfce4-volumed-pulse/default.nix
2019-08-28 11:07:32 +00:00

16 lines
373 B
Nix

{ lib, mkXfceDerivation, gtk3, libnotify, libpulseaudio, keybinder3, xfconf }:
mkXfceDerivation {
category = "apps";
pname = "xfce4-volumed-pulse";
version = "0.2.3";
sha256 = "1rsjng9qmq7vzrx5bfxq76h63y501cfl1mksrxkf1x39by9r628j";
buildInputs = [ gtk3 libnotify libpulseaudio keybinder3 xfconf ];
meta = with lib; {
license = licenses.gpl3Plus;
};
}