mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
xfce4-13.xfwm4: fix build (add libXdamage dependency) (#43762)
This commit is contained in:
parent
d72d3b30ac
commit
022e9894d4
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{ mkXfceDerivation, exo, dbus_glib, epoxy ? null, gtk2, libICE, libSM
|
||||
, libstartup_notification ? null, libxfce4ui, libxfce4util, libwnck
|
||||
, libXpresent ? null, xfconf }:
|
||||
{ mkXfceDerivation, exo, dbus-glib, epoxy, gtk2, libXdamage
|
||||
, libstartup_notification, libxfce4ui, libxfce4util, libwnck
|
||||
, libXpresent, xfconf }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "xfce";
|
||||
|
@ -12,11 +12,10 @@ mkXfceDerivation rec {
|
|||
nativeBuildInputs = [ exo ];
|
||||
|
||||
buildInputs = [
|
||||
dbus_glib
|
||||
dbus-glib
|
||||
epoxy
|
||||
gtk2
|
||||
libICE
|
||||
libSM
|
||||
libXdamage
|
||||
libstartup_notification
|
||||
libxfce4ui
|
||||
libxfce4util
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue