gnome2.libgnomeui: use xlibsWrapper instead of xorg.xlibsWrapper
This commit is contained in:
parent
bade5270ce
commit
a6635711da
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, fetchpatch, pkg-config, libxml2, xorg, glib, pango
|
{ lib, stdenv, fetchurl, fetchpatch, pkg-config, libxml2, xlibsWrapper, glib, pango
|
||||||
, intltool, libgnome, libgnomecanvas, libbonoboui, GConf, libtool
|
, intltool, libgnome, libgnomecanvas, libbonoboui, GConf, libtool
|
||||||
, gnome_vfs, libgnome-keyring, libglade }:
|
, gnome_vfs, libgnome-keyring, libglade }:
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config intltool ];
|
nativeBuildInputs = [ pkg-config intltool ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ xorg.xlibsWrapper libxml2 GConf pango glib libgnome-keyring libglade libtool ];
|
[ xlibsWrapper libxml2 GConf pango glib libgnome-keyring libglade libtool ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ libgnome libbonoboui libgnomecanvas gnome_vfs ];
|
propagatedBuildInputs = [ libgnome libbonoboui libgnomecanvas gnome_vfs ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue