webkitgtk212x: move libXdmcp to buildInputs

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-16 19:00:49 +02:00
parent 2159ea5e4c
commit 2b3e994587
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -40,14 +40,14 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
cmake perl python ruby bison gperf sqlite cmake perl python ruby bison gperf sqlite
pkgconfig gettext gobjectIntrospection pkgconfig gettext gobjectIntrospection
] ++ (with xlibs; [ libXdmcp ]); ];
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 libxkbcommon epoxy at_spi2_core gst-plugins-base libxkbcommon epoxy at_spi2_core
] ++ optional enableGeoLocation geoclue2 ] ++ optional enableGeoLocation geoclue2
++ (with xlibs; [ libXt libXtst ]); ++ (with xlibs; [ libXdmcp libXt libXtst ]);
propagatedBuildInputs = [ propagatedBuildInputs = [
libsoup gtk3 libsoup gtk3