webkitgtk212x: add missing X library inputs

Conservatively added to buildInputs, but not really sure why
libXdmcp is native. @bendlas?
This commit is contained in:
Tobias Geerinckx-Rice 2016-05-15 23:19:09 +02:00
parent 3373ef1349
commit 85148e8ed2
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -46,7 +46,8 @@ stdenv.mkDerivation rec {
gtk2 wayland libwebp enchant libnotify
libxml2 libsecret libxslt harfbuzz libpthreadstubs
gst-plugins-base libxkbcommon epoxy at_spi2_core
] ++ optional enableGeoLocation geoclue2;
] ++ optional enableGeoLocation geoclue2
++ (with xlibs; [ libXt libXtst ]);
propagatedBuildInputs = [
libsoup gtk3