mate.marco: fix build regression
It's probably fallout from PR #118479. Whole `mate` builds for me now.
This commit is contained in:
parent
a0b9974669
commit
acf90e478d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user