mate.marco: fix build regression

It's probably fallout from PR #118479.  Whole `mate` builds for me now.
This commit is contained in:
Vladimír Čunát 2021-04-21 20:33:51 +02:00
parent a0b9974669
commit acf90e478d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,4 +1,5 @@
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, libxml2, libcanberra-gtk3, libgtop, libstartup_notification, gnome3, gtk3, mate-settings-daemon, wrapGAppsHook }: { lib, stdenv, fetchurl, pkg-config, gettext, itstool, libxml2, libcanberra-gtk3, libgtop
, libXdamage, libXpresent, libstartup_notification, gnome3, gtk3, mate-settings-daemon, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "marco"; pname = "marco";
@ -20,6 +21,8 @@ stdenv.mkDerivation rec {
libxml2 libxml2
libcanberra-gtk3 libcanberra-gtk3
libgtop libgtop
libXdamage
libXpresent
libstartup_notification libstartup_notification
gtk3 gtk3
gnome3.zenity gnome3.zenity