webkitgtk: Add libXt
It's missing in the multiple-outputs branch for some reason.
This commit is contained in:
parent
e649ac36da
commit
cb720e4c94
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, perl, python, ruby, bison, gperf, flex
|
{ stdenv, fetchurl, perl, python, ruby, bison, gperf, flex
|
||||||
, pkgconfig, which, gettext, gobjectIntrospection
|
, pkgconfig, which, gettext, gobjectIntrospection
|
||||||
, gtk2, gtk3, wayland, libwebp, enchant, sqlite
|
, gtk2, gtk3, wayland, libwebp, enchant, sqlite
|
||||||
, libxml2, libsoup, libsecret, libxslt, harfbuzz
|
, libxml2, libsoup, libsecret, libxslt, harfbuzz, xorg
|
||||||
, gst-plugins-base
|
, gst-plugins-base
|
||||||
, withGtk2 ? false
|
, withGtk2 ? false
|
||||||
, enableIntrospection ? true
|
, enableIntrospection ? true
|
||||||
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk2 wayland libwebp enchant
|
gtk2 wayland libwebp enchant
|
||||||
libxml2 libsecret libxslt
|
libxml2 libsecret libxslt
|
||||||
gst-plugins-base sqlite
|
gst-plugins-base sqlite xorg.libXt
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
, pkgconfig, gettext, gobjectIntrospection, libnotify
|
, pkgconfig, gettext, gobjectIntrospection, libnotify
|
||||||
, gtk2, gtk3, wayland, libwebp, enchant
|
, gtk2, gtk3, wayland, libwebp, enchant
|
||||||
, libxml2, libsoup, libsecret, libxslt, harfbuzz, libpthreadstubs
|
, libxml2, libsoup, libsecret, libxslt, harfbuzz, libpthreadstubs
|
||||||
, enableGeoLocation ? true, geoclue2, sqlite
|
, enableGeoLocation ? true, geoclue2, sqlite, xorg
|
||||||
, gst-plugins-base
|
, gst-plugins-base
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk2 wayland libwebp enchant libnotify
|
gtk2 wayland libwebp enchant libnotify
|
||||||
libxml2 libsecret libxslt harfbuzz libpthreadstubs
|
libxml2 libsecret libxslt harfbuzz libpthreadstubs
|
||||||
gst-plugins-base
|
gst-plugins-base xorg.libXt
|
||||||
] ++ optional enableGeoLocation geoclue2;
|
] ++ optional enableGeoLocation geoclue2;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user