forked from mirrors/nixpkgs
pasystray: use xorg.* packages directly instead of xlibsWrapper indirection
Tested as no material change in `out` output with `diffoscope`.
This commit is contained in:
parent
f88447d108
commit
e8229690bb
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, fetchpatch, fetchFromGitHub, pkg-config, autoreconfHook, wrapGAppsHook
|
||||
, gnome, avahi, gtk3, libayatana-appindicator, libnotify, libpulseaudio
|
||||
, xlibsWrapper, gsettings-desktop-schemas
|
||||
, gsettings-desktop-schemas
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook ];
|
||||
buildInputs = [
|
||||
gnome.adwaita-icon-theme
|
||||
avahi gtk3 libayatana-appindicator libnotify libpulseaudio xlibsWrapper
|
||||
avahi gtk3 libayatana-appindicator libnotify libpulseaudio
|
||||
gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue