pasystray: use xorg.* packages directly instead of xlibsWrapper indirection

Tested as no material change in `out` output with `diffoscope`.

authored by

Sergei Trofimovich and committed by
Bjørn Forsman
e8229690 f88447d1

+2 -2
+2 -2
pkgs/tools/audio/pasystray/default.nix
··· 1 1 { lib, stdenv, fetchpatch, fetchFromGitHub, pkg-config, autoreconfHook, wrapGAppsHook 2 2 , gnome, avahi, gtk3, libayatana-appindicator, libnotify, libpulseaudio 3 - , xlibsWrapper, gsettings-desktop-schemas 3 + , gsettings-desktop-schemas 4 4 }: 5 5 6 6 stdenv.mkDerivation rec { ··· 28 28 nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook ]; 29 29 buildInputs = [ 30 30 gnome.adwaita-icon-theme 31 - avahi gtk3 libayatana-appindicator libnotify libpulseaudio xlibsWrapper 31 + avahi gtk3 libayatana-appindicator libnotify libpulseaudio 32 32 gsettings-desktop-schemas 33 33 ]; 34 34