nixpkgs/pkgs/desktops/xfce4-14/xfce4-volumed-pulse/default.nix
2019-08-17 18:55:24 -04:00

16 lines
377 B
Nix

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