3
0
Fork 0
forked from mirrors/nixpkgs

webkitgtk: Add libXt

It's missing in the multiple-outputs branch for some reason.
This commit is contained in:
Tuomas Tynkkynen 2015-10-20 23:49:30 +03:00 committed by Vladimír Čunát
parent e649ac36da
commit cb720e4c94
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, perl, python, ruby, bison, gperf, flex
, pkgconfig, which, gettext, gobjectIntrospection
, gtk2, gtk3, wayland, libwebp, enchant, sqlite
, libxml2, libsoup, libsecret, libxslt, harfbuzz
, libxml2, libsoup, libsecret, libxslt, harfbuzz, xorg
, gst-plugins-base
, withGtk2 ? false
, enableIntrospection ? true
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk2 wayland libwebp enchant
libxml2 libsecret libxslt
gst-plugins-base sqlite
gst-plugins-base sqlite xorg.libXt
];
propagatedBuildInputs = [

View file

@ -2,7 +2,7 @@
, pkgconfig, gettext, gobjectIntrospection, libnotify
, gtk2, gtk3, wayland, libwebp, enchant
, libxml2, libsoup, libsecret, libxslt, harfbuzz, libpthreadstubs
, enableGeoLocation ? true, geoclue2, sqlite
, enableGeoLocation ? true, geoclue2, sqlite, xorg
, gst-plugins-base
}:
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk2 wayland libwebp enchant libnotify
libxml2 libsecret libxslt harfbuzz libpthreadstubs
gst-plugins-base
gst-plugins-base xorg.libXt
] ++ optional enableGeoLocation geoclue2;
propagatedBuildInputs = [