libxfce4ui: add libICE and libSM as propagated build inputs
This commit is contained in:
parent
370cc4f44f
commit
e72d29020c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk, libxfce4util, xfconf
|
{ stdenv, fetchurl, pkgconfig, intltool, xorg, gtk, libxfce4util, xfconf
|
||||||
, libglade, libstartup_notification, hicolor_icon_theme
|
, libglade, libstartup_notification, hicolor_icon_theme
|
||||||
, withGtk3 ? false, gtk3
|
, withGtk3 ? false, gtk3
|
||||||
}:
|
}:
|
||||||
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
libstartup_notification hicolor_icon_theme
|
libstartup_notification hicolor_icon_theme
|
||||||
] ++ optional withGtk3 gtk3;
|
] ++ optional withGtk3 gtk3;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ xorg.libICE xorg.libSM ];
|
||||||
|
|
||||||
#TODO: glade?
|
#TODO: glade?
|
||||||
configureFlags = optional withGtk3 "--enable-gtk3";
|
configureFlags = optional withGtk3 "--enable-gtk3";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user